Skip to content

Commit 46c0799

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent d0f74e1 commit 46c0799

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
packages=find_packages(),
4747
python_requires=">= 3.6",
4848
url="https://github.com/cloudbopper/synmod",
49-
version="0.1.0",
49+
version="0.1.1",
5050
zip_safe=True,
5151
)

synmod/__init__.py

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

33
__author__ = """Akshay Sood"""
44
__email__ = "sood.iitd@gmail.com"
5-
__version__ = "0.1.0"
5+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)