Skip to content

Commit

Permalink
updates to project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Jul 4, 2024
1 parent ab65aed commit 66592b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
🚀 Changelog
============

0.6.1 (2024-07-04)
------------------

- Small updates to project metadata

0.6.0 (2024-07-04)
------------------

Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ authors = [
{name = "Arie Bovenberg", email = "[email protected]"},
]
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",
Expand All @@ -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",
Expand Down

0 comments on commit 66592b4

Please sign in to comment.