Skip to content

Commit 1977398

Browse files
committed
Bump version: 0.12.0 → 0.12.0rc1
1 parent c0932f6 commit 1977398

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.0
2+
current_version = 0.12.0rc1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<rc>\d+))?
@@ -20,4 +20,3 @@ exclude =
2020
build,
2121
dist,
2222
statistics = True
23-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='wooey',
12-
version='0.12.0',
12+
version='0.12.0rc1',
1313
packages=find_packages(),
1414
scripts=['scripts/wooify'],
1515
entry_points={'console_scripts': ['wooify = wooey.backend.command_line:bootstrap', ]},

0 commit comments

Comments
 (0)