start v1.0.6 development

This commit is contained in:
Inada Naoki 2023-08-09 18:09:42 +09:00
parent 427736bbcc
commit 7cfced5150
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ import sys
version = (1, 0, 5)
__version__ = "1.0.5"
__version__ = "1.0.6dev1"
if os.environ.get("MSGPACK_PUREPYTHON"):

View file

@ -1,7 +1,7 @@
[metadata]
name = msgpack
#version = attr: msgpack.__version__
version = attr: msgpack.version
version = attr: msgpack.__version__
#version = attr: msgpack.version
license = Apache 2.0
author = Inada Naoki
author_email = songofacandy@gmail.com
@ -17,11 +17,11 @@ project_urls =
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Intended Audience :: Developers