Эх сурвалжийг харах

Back to development: 0.1.1

Casper van der Wel 1 жил өмнө
parent
commit
c6f41f5e28

+ 6 - 0
CHANGES.md

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

+ 1 - 1
clean_python/__init__.py

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