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 14b5aa2 commit 503dc0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


pkg_name = "mood.ippc"
pkg_version = "0.5.1"
pkg_version = "0.6.0"
pkg_desc = "Python inter process procedure call"

PKG_VERSION = ("PKG_VERSION", "\"{0}\"".format(pkg_version))
Expand All @@ -51,8 +51,8 @@
keywords="ippc",

setup_requires = ["setuptools>=24.2.0"],
python_requires="~=3.8",
install_requires=["mood.event>=1.5.0"],
python_requires="~=3.10",
install_requires=["mood.event>=1.6.0"],
packages=find_packages(),
namespace_packages=["mood"],
zip_safe=False,
Expand Down Expand Up @@ -81,7 +81,7 @@
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3.8"
"Programming Language :: Python :: 3.10"
]
)

2 changes: 1 addition & 1 deletion src/helpers
Submodule helpers updated 1 files
+1 −0 helpers.h

0 comments on commit 503dc0b

Please sign in to comment.