Skip to content

Commit

Permalink
update to latest helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
lekma committed Mar 15, 2023
1 parent caec14a commit b17d49d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


pkg_name = "mood.msgpack"
pkg_version = "1.5.1"
pkg_version = "1.6.0"
pkg_desc = "Python MessagePack implementation"

PKG_VERSION = ("PKG_VERSION", "\"{0}\"".format(pkg_version))
Expand All @@ -52,7 +52,7 @@
keywords="messagepack msgpack",

setup_requires = ["setuptools>=24.2.0"],
python_requires="~=3.8",
python_requires="~=3.10",
packages=find_packages(),
namespace_packages=["mood"],
zip_safe=False,
Expand All @@ -78,7 +78,7 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython"
]
)
Expand Down
2 changes: 1 addition & 1 deletion src/helpers
Submodule helpers updated 1 files
+1 −0 helpers.h

0 comments on commit b17d49d

Please sign in to comment.