diff --git a/CHANGES.rst b/CHANGES.rst index 470cd72..ef9a6aa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,12 @@ Changelog ========= +2.0.2 (unreleased) +------------------ + +- Nothing changed yet. + + 2.0.1 (2022-11-01) ------------------ diff --git a/setup.py b/setup.py index e39163d..ca542d9 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def read_file(filename): setup( name='flake8-builtins', - version='2.0.1', + version='2.0.2.dev0', description=short_description, long_description=long_description, # Get more from https://pypi.org/classifiers/