diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f26e2e0f..c2376295 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ 🚀 Changelog ============ +0.6.1 (2024-07-04) +------------------ + +- Small updates to project metadata + 0.6.0 (2024-07-04) ------------------ diff --git a/pyproject.toml b/pyproject.toml index b47f8f3a..0b6b350c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ authors = [ {name = "Arie Bovenberg", email = "a.c.bovenberg@gmail.com"}, ] readme = "README.md" -version = "0.6.0" -description = "Sensible and typesafe datetimes" +version = "0.6.1" +description = "Modern datetime library for Python, written in Rust" requires-python = ">=3.9" classifiers = [ "Development Status :: 4 - Beta", @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python", "Programming Language :: Rust", "Typing :: Typed",