Skip to content

Commit 7d7bc8f

Browse files
author
JacksonMaxfield
committed
Bump version: 3.0.0 → 3.0.1
1 parent 310902d commit 7d7bc8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cdp_backend/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
# Do not edit this string manually, always use bump2version
55
# Details in CONTRIBUTING.md
6-
__version__ = "3.0.0"
6+
__version__ = "3.0.1"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.0
2+
current_version = 3.0.1
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55
commit = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,6 @@
148148
url="https://github.com/CouncilDataProject/cdp-backend",
149149
# Do not edit this string manually, always use bump2version
150150
# Details in CONTRIBUTING.rst
151-
version="3.0.0",
151+
version="3.0.1",
152152
zip_safe=False,
153153
)

0 commit comments

Comments
 (0)