diff --git a/setup.cfg b/setup.cfg index 95c41ef..5ccd010 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True diff --git a/setup.py b/setup.py index 67c342f..3a98b6f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='webhook-logger', - version='0.1.1', + version='0.1.2', 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 ea7d92f..16a5e72 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.1' +__version__ = '0.1.2'