Skip to content

Commit 466d725

Browse files
committed
Bump version: 1.0.0 → 1.1.0
1 parent f1cedf3 commit 466d725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.1.0
33
files = setup.py
44
commit = True
55
tag = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import find_packages, setup
33

44

5-
VERSION = "1.0.0"
5+
VERSION = "1.1.0"
66

77

88
def read(fname):

0 commit comments

Comments
 (0)