Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Jan 21, 2024
1 parent debf5d9 commit 29f9da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "snailpy"
version = "0.0.17"
version = "1.0.0"
dependencies = [
"requests",
]
Expand All @@ -20,7 +20,7 @@ readme = "README.md"
license = {file = "LICENSE"}
keywords = ["scratch", "api"]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 3 - Alpha"
"Programming Language :: Python"
]

Expand Down

0 comments on commit 29f9da5

Please sign in to comment.