Skip to content

Commit

Permalink
Version bump: 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed Sep 9, 2016
1 parent f019d63 commit 0d489cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions javaobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:authors: Volodymyr Buell, Thomas Calmant
:license: Apache License 2.0
:version: 0.2.1
:version: 0.2.2
:status: Alpha
..
Expand Down Expand Up @@ -50,7 +50,7 @@
# ------------------------------------------------------------------------------

# Module version
__version_info__ = (0, 2, 1)
__version_info__ = (0, 2, 2)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:authors: Volodymyr Buell, Thomas Calmant
:license: Apache License 2.0
:version: 0.2.1
:version: 0.2.2
:status: Alpha
..
Expand Down Expand Up @@ -37,7 +37,7 @@
# ------------------------------------------------------------------------------

# Module version
__version_info__ = (0, 2, 1)
__version_info__ = (0, 2, 2)
__version__ = ".".join(str(x) for x in __version_info__)

# Documentation strings format
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:authors: Volodymyr Buell, Thomas Calmant
:license: Apache License 2.0
:version: 0.2.1
:version: 0.2.2
:status: Alpha
..
Expand Down

0 comments on commit 0d489cf

Please sign in to comment.