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 c0932f6 commit 1977398Copy full SHA for 1977398
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.12.0
+current_version = 0.12.0rc1
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<rc>\d+))?
@@ -20,4 +20,3 @@ exclude =
20
build,
21
dist,
22
statistics = True
23
-
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='wooey',
12
- version='0.12.0',
+ version='0.12.0rc1',
13
packages=find_packages(),
14
scripts=['scripts/wooify'],
15
entry_points={'console_scripts': ['wooify = wooey.backend.command_line:bootstrap', ]},
0 commit comments