File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77
88version = (1 , 0 , 5 )
9- __version__ = "1.0.5 "
9+ __version__ = "1.0.6dev1 "
1010
1111
1212if os .environ .get ("MSGPACK_PUREPYTHON" ):
Original file line number Diff line number Diff line change 11[metadata]
22name = msgpack
3- # version = attr: msgpack.__version__
4- version = attr: msgpack.version
3+ version = attr: msgpack.__version__
4+ # version = attr: msgpack.version
55license = Apache 2.0
66author = Inada Naoki
77author_email = songofacandy@gmail.com
@@ -17,11 +17,11 @@ project_urls =
1717
1818classifiers =
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
You can’t perform that action at this time.
0 commit comments