diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9fd1d..0db0fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## Unreleased +- Nothing yet. + +# 0.2.1 - 2021-12-09 ### Fixed - Added missing bits to support typing. diff --git a/setup.py b/setup.py index 13e2f3a..e51b0d9 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setuptools.setup( name='argparse-subdec', - version='0.2.0', + version='0.2.1', long_description=(pathlib.Path(__file__).parent / 'README.rst').read_text(), long_description_content_type='text/x-rst', url='https://github.com/guludo/python-argparse-subdec',