Bump version

This commit is contained in:
Alex Root Junior 2023-08-02 21:32:15 +03:00
parent 53e5abbdee
commit c7b7714959
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
__version__ = "3.0.0b9" __version__ = "3.0.0rc1"
__api_version__ = "6.7" __api_version__ = "6.7"

View file

@ -24,7 +24,7 @@ keywords = [
] ]
classifiers = [ classifiers = [
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Development Status :: 4 - Beta", "Development Status :: 5 - Production/Stable",
"Environment :: Console", "Environment :: Console",
"Framework :: AsyncIO", "Framework :: AsyncIO",
"Typing :: Typed", "Typing :: Typed",