mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-12-08 06:09:49 +00:00
start v1.0.6 development
This commit is contained in:
parent
427736bbcc
commit
7cfced5150
2 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ import sys
|
||||||
|
|
||||||
|
|
||||||
version = (1, 0, 5)
|
version = (1, 0, 5)
|
||||||
__version__ = "1.0.5"
|
__version__ = "1.0.6dev1"
|
||||||
|
|
||||||
|
|
||||||
if os.environ.get("MSGPACK_PUREPYTHON"):
|
if os.environ.get("MSGPACK_PUREPYTHON"):
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = msgpack
|
name = msgpack
|
||||||
#version = attr: msgpack.__version__
|
version = attr: msgpack.__version__
|
||||||
version = attr: msgpack.version
|
#version = attr: msgpack.version
|
||||||
license = Apache 2.0
|
license = Apache 2.0
|
||||||
author = Inada Naoki
|
author = Inada Naoki
|
||||||
author_email = songofacandy@gmail.com
|
author_email = songofacandy@gmail.com
|
||||||
|
|
@ -17,11 +17,11 @@ project_urls =
|
||||||
|
|
||||||
classifiers =
|
classifiers =
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.7
|
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
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 :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
Programming Language :: Python :: Implementation :: PyPy
|
Programming Language :: Python :: Implementation :: PyPy
|
||||||
Intended Audience :: Developers
|
Intended Audience :: Developers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue