From b828f2df60e0397c27e8258e88ad36c2b666c4a4 Mon Sep 17 00:00:00 2001 From: Nicolas Jaremek Date: Fri, 12 Jan 2018 12:59:20 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.0=20=E2=86=92=200.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- document_clipper/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/document_clipper/__init__.py b/document_clipper/__init__.py index da6f81a..4517cb8 100644 --- a/document_clipper/__init__.py +++ b/document_clipper/__init__.py @@ -4,4 +4,4 @@ __author__ = """Nick Jaremek""" __email__ = 'nick13jaremek@gmail.com' -__version__ = '0.12.0' +__version__ = '0.12.1' diff --git a/setup.cfg b/setup.cfg index cf44f7c..09d6aa2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.0 +current_version = 0.12.1 commit = True tag = True diff --git a/setup.py b/setup.py index 789ef16..27e1874 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( name='document_clipper', - version='0.12.0', + version='0.12.1', description="A set of utility classes and functions to process documents with Python", long_description=readme + '\n\n' + history, author="Nick Jaremek",