From 728e330adfc1d10d141d61320ae79ceabbfd7648 Mon Sep 17 00:00:00 2001 From: Alexandru Jora Date: Tue, 17 Nov 2020 09:34:07 -0500 Subject: [PATCH] Bump version to 1.0.1 --- changelog/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/__init__.py b/changelog/__init__.py index d538f87..5c4105c 100644 --- a/changelog/__init__.py +++ b/changelog/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" \ No newline at end of file +__version__ = "1.0.1" diff --git a/setup.py b/setup.py index 0d99702..39838a3 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='changelog-neuropoly', - version='1.0.0', + version='1.0.1', python_requires='>=3.5', description='Create a changelog file from all the merged pull requests.', url='https://github.com/neuropoly/changelog',