diff --git a/setup.cfg b/setup.cfg index 84210465..5db4c56f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.1 +current_version = 0.13.2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(rc(?P\d+))? diff --git a/setup.py b/setup.py index 3364c612..dceb25fd 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='wooey', - version='0.13.1', + version='0.13.2', packages=find_packages(), scripts=['scripts/wooify'], entry_points={'console_scripts': ['wooify = wooey.backend.command_line:bootstrap', ]},