@@ -1,7 +1,7 @@
# Changelog of clean-python
-## 0.1 (unreleased)
+0.1.0 (2023-07-12)
- Initial project structure created with cookiecutter and
[cookiecutter-python-template](https://github.com/nens/cookiecutter-python-template).
@@ -3,5 +3,5 @@
from .base import * # NOQA
# fmt: off
-__version__ = '0.0.1.dev0'
+__version__ = '0.1.0'
# fmt: on