diff --git a/setup.cfg b/setup.cfg index c2dfc90..8421046 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.0 +current_version = 0.13.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(rc(?P\d+))? diff --git a/setup.py b/setup.py index c147981..3364c61 100644 --- a/setup.py +++ b/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', ]},