Skip to content

Commit

Permalink
Merge pull request #10 from instadeepai/fix/versioning-in-pyproject
Browse files Browse the repository at this point in the history
fix: version in pyproject.toml
  • Loading branch information
EdanToledo authored Feb 6, 2024
2 parents 188e6fd + d2ea60e commit 9b764db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors = [
{name="InstaDeep" , email = "[email protected]"},
]
requires-python = ">=3.9"
version = "0.0.1"
version = "0.1.0"
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Environment :: Console",
Expand Down

0 comments on commit 9b764db

Please sign in to comment.