Skip to content

Commit 7cfced5

Browse files
committed
start v1.0.6 development
1 parent 427736b commit 7cfced5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

msgpack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
version = (1, 0, 5)
9-
__version__ = "1.0.5"
9+
__version__ = "1.0.6dev1"
1010

1111

1212
if os.environ.get("MSGPACK_PUREPYTHON"):

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = msgpack
3-
#version = attr: msgpack.__version__
4-
version = attr: msgpack.version
3+
version = attr: msgpack.__version__
4+
#version = attr: msgpack.version
55
license = Apache 2.0
66
author = Inada Naoki
77
author_email = songofacandy@gmail.com
@@ -17,11 +17,11 @@ project_urls =
1717

1818
classifiers =
1919
Programming Language :: Python :: 3
20-
Programming Language :: Python :: 3.7
2120
Programming Language :: Python :: 3.8
2221
Programming Language :: Python :: 3.9
2322
Programming Language :: Python :: 3.10
2423
Programming Language :: Python :: 3.11
24+
Programming Language :: Python :: 3.12
2525
Programming Language :: Python :: Implementation :: CPython
2626
Programming Language :: Python :: Implementation :: PyPy
2727
Intended Audience :: Developers

0 commit comments

Comments
 (0)