8000
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 d9aff7c commit 4be31e1Copy full SHA for 4be31e1
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.2
+current_version = 1.1.0
3
commit = True
4
tag = False
5
setup.py
@@ -23,7 +23,7 @@
23
24
setup(
25
name="github-deploy",
26
- version="1.0.2",
+ version="1.1.0",
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