Skip to content

Commit 8270132

Browse files
committed
Bump version: 0.1.10 → 0.1.11
1 parent 10d3c47 commit 8270132

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[bumpversion]
2-
current_version = 0.1.10
2+
current_version = 0.1.11
33
commit = True
44
tag = True
55

66
[bumpversion:file:setup.py]
7+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools.command.install import install
99

1010

11-
version = '0.1.10'
11+
version = '0.1.11'
1212
local_build = os.environ.get('LOCAL', 0)
1313

1414

0 commit comments

Comments
 (0)