mirror of https://github.com/wooey/Wooey.git
Bump version: 0.13.0 → 0.13.1
This commit is contained in:
parent
63b19f3d1b
commit
337a58fc09
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.13.0
|
||||
current_version = 0.13.1
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<rc>\d+))?
|
||||
|
|
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
|
|||
|
||||
setup(
|
||||
name='wooey',
|
||||
version='0.13.0',
|
||||
version='0.13.1',
|
||||
packages=find_packages(),
|
||||
scripts=['scripts/wooify'],
|
||||
entry_points={'console_scripts': ['wooify = wooey.backend.command_line:bootstrap', ]},
|
||||
|
|
Loading…
Reference in New Issue