Casper van der Wel 1 рік тому
батько
коміт
25f0ba2ece
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      CHANGES.md
  2. 1 1
      clean_python/__init__.py

+ 1 - 1
CHANGES.md

@@ -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).

+ 1 - 1
clean_python/__init__.py

@@ -3,5 +3,5 @@
 from .base import *  # NOQA
 
 # fmt: off
-__version__ = '0.0.1.dev0'
+__version__ = '0.1.0'
 # fmt: on