Compare commits

...

2 Commits

Author SHA1 Message Date
Vladimir Magamedov 3c0fa03c31 Updated setup.cfg - added Python 3.12 to the classifiers list 2023-12-24 19:50:32 +02:00
Vladimir Magamedov 45727ec0f9 Issued 0.4.7 release 2023-12-24 19:45:07 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from .const import Status
from .exceptions import GRPCError
__version__ = '0.4.7rc1'
__version__ = '0.4.7'
__all__ = (
'Status',

View File

@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3 :: Only
Topic :: Internet :: WWW/HTTP :: HTTP Servers
Topic :: Software Development :: Libraries :: Python Modules