Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a5ef1f

Browse files
committed
Bump version: 1.1.0 → 1.1.1
1 parent 57a07f0 commit 5a5ef1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python_seed/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""python_seed."""
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.1.1"

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 = 1.1.0
2+
current_version = 1.1.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="python-seed",
21-
version="1.1.0",
21+
version="1.1.1",
2222
description="Create skeleton of python project",
2323
long_description=readme,
2424
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)