From 66592b4d218393772ce1bdfbd987ab231a8ece49 Mon Sep 17 00:00:00 2001 From: Arie Bovenberg Date: Thu, 4 Jul 2024 16:54:49 +0200 Subject: [PATCH] updates to project metadata --- CHANGELOG.rst | 5 +++++ pyproject.toml | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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",