Skip to content

Commit

Permalink
🔧 Fix package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Nov 16, 2023
1 parent 0e31d90 commit 44f05a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whenever"
version = "0.0.2"
version = "0.0.3"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "whenever"
description = "Typesafe datetimes powered by Rust's chrono library"
requires-python = ">=3.8"
authors = [
{name = "Arie Bovenberg", email = "a.c.bovenberg@gmail.com>"}
{name = "Arie Bovenberg", email = "a.c.bovenberg@gmail.com"}
]
license = "MIT"
classifiers = [
Expand Down

0 comments on commit 44f05a1

Please sign in to comment.