Skip to content

Commit 50db742

Browse files
committed
Version bump to an upload error on PyPI
1 parent 75146a5 commit 50db742

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.1.1
16+
:version: 0.1.3
1717
:status: Alpha
1818
1919
..
@@ -49,7 +49,7 @@
4949
# ------------------------------------------------------------------------------
5050

5151
# Module version
52-
__version_info__ = (0, 1, 2)
52+
__version_info__ = (0, 1, 3)
5353
__version__ = ".".join(str(x) for x in __version_info__)
5454

5555
# 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.1.2
10+
:version: 0.1.3
1111
:status: Alpha
1212
1313
..
@@ -37,7 +37,7 @@
3737
# ------------------------------------------------------------------------------
3838

3939
# Module version
40-
__version_info__ = (0, 1, 2)
40+
__version_info__ = (0, 1, 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.1.2
11+
:version: 0.1.3
1212
:status: Alpha
1313
1414
..

0 commit comments

Comments
 (0)