We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3568b7 commit 4df7bf7Copy full SHA for 4df7bf7
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 7.0.0
+current_version = 7.0.1
3
commit = True
4
tag = True
5
setup.py
@@ -11,7 +11,7 @@
11
# This call to setup() does all the work
12
setup(
13
name="mentor-match",
14
- version="7.0.0",
+ version="7.0.1",
15
description="A series of classes to match mentors and mentees",
16
long_description=README,
17
long_description_content_type="text/markdown",
0 commit comments