We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310902d commit 7d7bc8fCopy full SHA for 7d7bc8f
cdp_backend/version.py
@@ -3,4 +3,4 @@
3
4
# Do not edit this string manually, always use bump2version
5
# Details in CONTRIBUTING.md
6
-__version__ = "3.0.0"
+__version__ = "3.0.1"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.0
+current_version = 3.0.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
commit = True
setup.py
@@ -148,6 +148,6 @@
148
url="https://github.com/CouncilDataProject/cdp-backend",
149
150
# Details in CONTRIBUTING.rst
151
- version="3.0.0",
+ version="3.0.1",
152
zip_safe=False,
153
)
0 commit comments