chore: bump version to 0.13.3

This commit is contained in:
Daniel Hofstetter
2025-11-21 09:52:19 +01:00
parent ea143af391
commit 92d095b53b
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -158,7 +158,7 @@ dependencies = [
[[package]]
name = "parse_datetime"
version = "0.13.2"
version = "0.13.3"
dependencies = [
"jiff",
"num-traits",
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "parse_datetime"
description = "parsing human-readable time strings and converting them to a DateTime"
version = "0.13.2"
version = "0.13.3"
edition = "2021"
license = "MIT"
repository = "https://github.com/uutils/parse_datetime"