diff --git a/pyproject.toml b/pyproject.toml index c148bc0..7b45e0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bpx-py" -version = "1.0.0" +version = "1.0.1" description = "Backpack API SDK tool" authors = ["sndmndss "] readme = "README.md" @@ -9,7 +9,7 @@ homepage="https://backpack.exchange" repository="https://github.com/sndmndss/bpx-py/" keywords = ["api", "sdk", "backpack", "client", "wrapper"] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Topic :: Software Development :: Libraries :: Python Modules", "Programming Language :: Python :: 3",