We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ca0fd commit 7300e33Copy full SHA for 7300e33
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 6.1.0
+current_version = 6.1.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="6.1.0",
+ version="6.1.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