Skip to content

Commit 130b083

Browse files
committed
Bump version: 1.2.0 → 2.0.0
1 parent 8e09f89 commit 130b083

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools.command.install import install
66

7-
version='1.2.0'
7+
version='2.0.0'
88

99
with open("README.md", "r") as f:
1010
long_description = f.read()

0 commit comments

Comments
 (0)