Skip to content

Commit 483b2d5

Browse files
committed
Bump version: 2.0.0 → 2.0.1
1 parent ea6fa49 commit 483b2d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = 2.0.0
2+
current_version = 2.0.1
33
commit = True
44
tag = True
55

setup.py

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

44
from setuptools import find_packages, setup
55

6-
VERSION = "2.0.0"
6+
VERSION = "2.0.1"
77
here = os.path.abspath(os.path.dirname(__file__))
88
README = io.open(os.path.join(here, "README.rst"), encoding="utf8").read()
99

0 commit comments

Comments
 (0)