We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f621a commit 0b8dda3Copy full SHA for 0b8dda3
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.7.4
+current_version = 2.7.5
3
commit = True
4
tag = True
5
tag_name = {new_version}
setup.py
@@ -49,7 +49,7 @@ def parse_reqs(req_path="./requirements.txt"):
49
# Versions should comply with PEP440. For a discussion on
50
# single-sourcing the version across setup.py and the project code,
51
# see http://packaging.python.org/en/latest/tutorial.html#version
52
- version="2.7.4",
+ version="2.7.5",
53
description=DESCRIPTION,
54
long_description=LONG_DESCRIPTION,
55
# What does your project relate to? Separate with spaces.
0 commit comments