Skip to content

Commit 1c12418

Browse files
committed
bump version for release
This commit was sponsored by Blaise Pabon, and my other patrons. If you want to join them, you can support my work at https://glyph.im/patrons/.
1 parent d1666ed commit 1c12418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "datetype"
3-
version = "2024.2.28"
3+
version = "2025.2.13"
44
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."
55
readme = "README.md"
66
requires-python = ">=3.7"

0 commit comments

Comments
 (0)