Skip to content

Commit

Permalink
add version to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Apr 17, 2024
1 parent 502c153 commit cef3a06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "maturin"

[project]
name = "rusty-rlp"
version = "0.3.0"
classifiers = [
"Intended Audience :: Developers",
"Programming Language :: Rust",
Expand All @@ -15,4 +16,4 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
]

0 comments on commit cef3a06

Please sign in to comment.