File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
8
8
version = (1 , 0 , 5 )
9
- __version__ = "1.0.5 "
9
+ __version__ = "1.0.6dev1 "
10
10
11
11
12
12
if os .environ .get ("MSGPACK_PUREPYTHON" ):
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = msgpack
3
- # version = attr: msgpack.__version__
4
- version = attr: msgpack.version
3
+ version = attr: msgpack.__version__
4
+ # version = attr: msgpack.version
5
5
license = Apache 2.0
6
6
author = Inada Naoki
7
7
author_email = songofacandy@gmail.com
@@ -17,11 +17,11 @@ project_urls =
17
17
18
18
classifiers =
19
19
Programming Language :: Python :: 3
20
- Programming Language :: Python :: 3.7
21
20
Programming Language :: Python :: 3.8
22
21
Programming Language :: Python :: 3.9
23
22
Programming Language :: Python :: 3.10
24
23
Programming Language :: Python :: 3.11
24
+ Programming Language :: Python :: 3.12
25
25
Programming Language :: Python :: Implementation :: CPython
26
26
Programming Language :: Python :: Implementation :: PyPy
27
27
Intended Audience :: Developers
You can’t perform that action at this time.
0 commit comments