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 142dcb9 commit e8f3703Copy full SHA for e8f3703
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.9
+current_version = 1.0.0
3
commit = True
4
tag = False
5
setup.py
@@ -23,7 +23,7 @@
23
24
setup(
25
name="github-deploy",
26
- version="0.0.9",
+ version="1.0.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