We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2afc3 commit 9e84f46Copy full SHA for 9e84f46
direct/__init__.py
@@ -2,4 +2,4 @@
2
# Copyright (c) DIRECT Contributors
3
4
__author__ = """direct contributors"""
5
-__version__ = "1.0.3-dev0"
+__version__ = "1.0.3"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 1.0.3-dev0
+current_version = 1.0.3
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
0 commit comments