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