Thanks to visit codestin.com Credit goes to github.com
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 57a07f0 commit 5a5ef1fCopy full SHA for 5a5ef1f
python_seed/__init__.py
@@ -1,3 +1,3 @@
1
"""python_seed."""
2
3
-__version__ = "1.1.0"
+__version__ = "1.1.1"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.1.0
+current_version = 1.1.1
commit = True
4
tag = True
5
tag_name = {new_version}
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name="python-seed",
21
- version="1.1.0",
+ version="1.1.1",
22
description="Create skeleton of python project",
23
long_description=readme,
24
long_description_content_type="text/markdown",
0 commit comments