Bump version: 0.13.0 → 0.13.1

This commit is contained in:
Chris Mitchell 2022-10-05 10:03:45 -04:00
parent 63b19f3d1b
commit 337a58fc09
2 changed files with 2 additions and 2 deletions

View File

@ -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+))?

View File

@ -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', ]},