Skip to content

Commit

Permalink
it's seen some real-world use, it has CI, let's bump that development…
Browse files Browse the repository at this point in the history
… status

This commit was sponsored by Jason Walker, Sergio Bost, Matt Campbell,
and my other patrons.  If you want to join them, you can support my
work at https://patreon.com/creatorglyph.
  • Loading branch information
glyph committed Feb 8, 2024
1 parent 428b1f0 commit d408474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "datetype"
version = "2023.11.8"
version = "2024.2.8"
description = "A type wrapper for the standard library `datetime` that supplies stricter checks, such as making 'datetime' not substitutable for 'date', and separating out Naive and Aware datetimes into separate, mutually-incompatible types."
readme = "README.md"
requires-python = ">=3.7"
Expand All @@ -11,7 +11,7 @@ authors = [
{name = "Glyph", email = "[email protected]" } # Optional
]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
# Indicate who your project is intended for
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit d408474

Please sign in to comment.