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 4911278 commit ea842adCopy full SHA for ea842ad
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.4
+current_version = 0.0.5
3
commit = True
4
tag = True
5
setup.py
@@ -23,7 +23,7 @@
23
24
setup(
25
name="github-deploy",
26
- version="0.0.4",
+ version="0.0.5",
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