We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6644ff1 commit 94378b7Copy full SHA for 94378b7
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.0
+current_version = 1.1.1
3
commit = True
4
tag = False
5
setup.py
@@ -23,7 +23,7 @@
23
24
setup(
25
name="github-deploy",
26
- version="1.1.0",
+ version="1.1.1",
27
description="Deploy yaml files to a large number of repositories in seconds.",
28
long_description=LONG_DESCRIPTION,
29
long_description_content_type=LONG_DESCRIPTION_TYPE,
0 commit comments