Skip to content

Commit bd5cb03

Browse files
committed
Version bump: 0.2.3
1 parent f98a9d3 commit bd5cb03

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

javaobj.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
:authors: Volodymyr Buell, Thomas Calmant
1515
:license: Apache License 2.0
16-
:version: 0.2.2
16+
:version: 0.2.3
1717
:status: Alpha
1818
1919
..
@@ -50,7 +50,7 @@
5050
# ------------------------------------------------------------------------------
5151

5252
# Module version
53-
__version_info__ = (0, 2, 2)
53+
__version_info__ = (0, 2, 3)
5454
__version__ = ".".join(str(x) for x in __version_info__)
5555

5656
# Documentation strings format

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
:authors: Volodymyr Buell, Thomas Calmant
99
:license: Apache License 2.0
10-
:version: 0.2.2
10+
:version: 0.2.3
1111
:status: Alpha
1212
1313
..
@@ -37,7 +37,7 @@
3737
# ------------------------------------------------------------------------------
3838

3939
# Module version
40-
__version_info__ = (0, 2, 2)
40+
__version_info__ = (0, 2, 3)
4141
__version__ = ".".join(str(x) for x in __version_info__)
4242

4343
# Documentation strings format

tests/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
:authors: Volodymyr Buell, Thomas Calmant
1010
:license: Apache License 2.0
11-
:version: 0.2.2
11+
:version: 0.2.3
1212
:status: Alpha
1313
1414
..

0 commit comments

Comments
 (0)