@@ -1,6 +1,12 @@
# Changelog of clean-python
+0.1.1 (unreleased)
+------------------
+
+- Nothing changed yet.
0.1.0 (2023-07-12)
- Initial project structure created with cookiecutter and
@@ -3,5 +3,5 @@
from .base import * # NOQA
# fmt: off
-__version__ = '0.1.0'
+__version__ = '0.1.1.dev0'
# fmt: on