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",