Compare commits
2 Commits
0fd6ea5939
...
3c0fa03c31
Author | SHA1 | Date |
---|---|---|
Vladimir Magamedov | 3c0fa03c31 | |
Vladimir Magamedov | 45727ec0f9 |
|
@ -1,7 +1,7 @@
|
||||||
from .const import Status
|
from .const import Status
|
||||||
from .exceptions import GRPCError
|
from .exceptions import GRPCError
|
||||||
|
|
||||||
__version__ = '0.4.7rc1'
|
__version__ = '0.4.7'
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
'Status',
|
'Status',
|
||||||
|
|
|
@ -20,6 +20,7 @@ classifiers =
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
Programming Language :: Python :: 3.11
|
Programming Language :: Python :: 3.11
|
||||||
|
Programming Language :: Python :: 3.12
|
||||||
Programming Language :: Python :: 3 :: Only
|
Programming Language :: Python :: 3 :: Only
|
||||||
Topic :: Internet :: WWW/HTTP :: HTTP Servers
|
Topic :: Internet :: WWW/HTTP :: HTTP Servers
|
||||||
Topic :: Software Development :: Libraries :: Python Modules
|
Topic :: Software Development :: Libraries :: Python Modules
|
||||||
|
|
Loading…
Reference in New Issue