diff --git a/setup.cfg b/setup.cfg index 682a78a5..46530253 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.1rc7 +current_version = 0.12.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(rc(?P\d+))? diff --git a/setup.py b/setup.py index c2b65b36..76923361 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='wooey', - version='0.11.1rc7', + version='0.12.0', packages=find_packages(), scripts=['scripts/wooify'], entry_points={'console_scripts': ['wooify = wooey.backend.command_line:bootstrap', ]},