We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f74e1 commit 46c0799Copy full SHA for 46c0799
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.1.1
3
commit = True
4
tag = True
5
setup.py
@@ -46,6 +46,6 @@
46
packages=find_packages(),
47
python_requires=">= 3.6",
48
url="https://github.com/cloudbopper/synmod",
49
- version="0.1.0",
+ version="0.1.1",
50
zip_safe=True,
51
)
synmod/__init__.py
@@ -2,4 +2,4 @@
__author__ = """Akshay Sood"""
__email__ = "sood.iitd@gmail.com"
-__version__ = "0.1.0"
+__version__ = "0.1.1"
0 commit comments