diff --git a/braces/__init__.py b/braces/__init__.py index f65da451..642da08c 100644 --- a/braces/__init__.py +++ b/braces/__init__.py @@ -9,7 +9,7 @@ """ __title__ = 'braces' -__version__ = '1.12.0' +__version__ = '1.13.0' __author__ = 'Kenneth Love and Chris Jones' __license__ = 'BSD 3-clause' __copyright__ = 'Copyright 2013 Kenneth Love and Chris Jones' diff --git a/setup.cfg b/setup.cfg index 57ae6d20..eccd9728 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,13 +1,13 @@ [bumpversion] -current_version = 1.12.0 +current_version = 1.13.0 commit = True tag = True [bumpversion:file:braces/__init__.py] - [bdist_wheel] universal = 1 [metadata] license_file = LICENSE +