From 8d90e4cda83916b5409cfdffef4dbe2bfe955704 Mon Sep 17 00:00:00 2001 From: Nicolas Jaremek Date: Mon, 18 Dec 2017 09:36:35 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.0=20=E2=86=92=200.11.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 7cb4c3a..3ae9388 100644 --- a/document_clipper/__init__.py +++ b/document_clipper/__init__.py @@ -4,4 +4,4 @@ __author__ = """Nick Jaremek""" __email__ = 'nick13jaremek@gmail.com' -__version__ = '0.11.0' +__version__ = '0.11.1' diff --git a/setup.cfg b/setup.cfg index 5992762..1ab2cec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.0 +current_version = 0.11.1 commit = True tag = True diff --git a/setup.py b/setup.py index 1226fc5..3ccf0ef 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( name='document_clipper', - version='0.11.0', + version='0.11.1', description="A set of utility classes and functions to process documents with Python", long_description=readme + '\n\n' + history, author="Nick Jaremek",