Skip to content

Commit

Permalink
start v1.0.6 development
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Aug 9, 2023
1 parent 427736b commit 7cfced5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion msgpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


version = (1, 0, 5)
__version__ = "1.0.5"
__version__ = "1.0.6dev1"


if os.environ.get("MSGPACK_PUREPYTHON"):
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7cfced5

Please sign in to comment.