From 2158cf3bf2795c6b834731d30b1750441c580a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Dlouh=C3=BD?= Date: Fri, 6 Apr 2018 12:02:27 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.12.0=20=E2=86=92=201.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- braces/__init__.py | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 +