Skip to content

Commit 4df7bf7

Browse files
committed
Bump version: 7.0.0 → 7.0.1
1 parent e3568b7 commit 4df7bf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 7.0.0
2+
current_version = 7.0.1
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This call to setup() does all the work
1212
setup(
1313
name="mentor-match",
14-
version="7.0.0",
14+
version="7.0.1",
1515
description="A series of classes to match mentors and mentees",
1616
long_description=README,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)