8000 setup.py: bump version to 0.13+ while between releases · drinkingjava/python-versioneer@4b0aca0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b0aca0

Browse files
committed
setup.py: bump version to 0.13+ while between releases
1 parent 0966690 commit 4b0aca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"""
1414

1515
# as nice as it'd be to versioneer ourselves, that sounds messy.
16-
VERSION = "0.13"
16+
VERSION = "0.13+"
1717

1818

1919
def ver(s):

0 commit comments

Comments
 (0)
0