diff --git a/document_clipper/__init__.py b/document_clipper/__init__.py index 078e783..36c5a46 100644 --- a/document_clipper/__init__.py +++ b/document_clipper/__init__.py @@ -4,4 +4,4 @@ __author__ = """Nick Jaremek""" __email__ = 'nick13jaremek@gmail.com' -__version__ = '1.1.0' +__version__ = '1.2.0' diff --git a/setup.cfg b/setup.cfg index 3d97da0..ed235d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index 14244cb..cdd0d7e 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='document_clipper', - version='1.1.0', + version='1.2.0', description="A set of utility classes and functions to process documents with Python", long_description=readme + '\n\n' + history, author="Nick Jaremek",