diff --git a/CHANGES.rst b/CHANGES.rst index cfcf43a..13c567d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,7 +14,10 @@ Changelog .. towncrier release notes start -0.0.0 (2024-01-02) -================== +0.0.0 +===== -* The first release. +*(2024-10-02)* + + +- Initial release. diff --git a/propcache/__init__.py b/propcache/__init__.py index 553d1d8..c533a31 100644 --- a/propcache/__init__.py +++ b/propcache/__init__.py @@ -1,6 +1,6 @@ from ._helpers import cached_property, under_cached_property -__version__ = "0.0.0.dev0" +__version__ = "0.0.0" __all__ = ( "cached_property",