Skip to content

Commit a5d32df

Browse files
committed
Bump version: 0.1.11 → 0.1.12
1 parent 73719ab commit a5d32df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

notebook-widget/gamchanger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = """Jay Wang"""
44
__email__ = "[email protected]"
5-
__version__ = "0.1.11"
5+
__version__ = "0.1.12"
66

77
from gamchanger.gamchanger import *

notebook-widget/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 = 0.1.11
2+
current_version = 0.1.12
33
commit = True
44
tag = True
55

notebook-widget/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
test_suite="tests",
3838
tests_require=test_requirements,
3939
url="https://github.com/xiaohk/gam-changer",
40-
version="0.1.11",
40+
version="0.1.12",
4141
zip_safe=False,
4242
)

0 commit comments

Comments
 (0)