diff --git a/setup.cfg b/setup.cfg index bf2fc3c..917c88d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index 3a98b6f..b2b359a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='webhook-logger', - version='0.1.2', + version='0.2.0', description="A Python logger to send information to Webhooks", long_description=readme + '\n\n' + history, author="Founders4Schools", diff --git a/webhook_logger/__init__.py b/webhook_logger/__init__.py index 16a5e72..e670315 100644 --- a/webhook_logger/__init__.py +++ b/webhook_logger/__init__.py @@ -2,4 +2,4 @@ __author__ = """Founders4Schools""" __email__ = 'dev@founders4schools.org.uk' -__version__ = '0.1.2' +__version__ = '0.2.0'