Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Feb 27, 2024
1 parent e2a5a67 commit b45a145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pybind11==2.10.4
pybind11-global==2.10.4
cmake>=3.16.3
state_space_generator==0.1.8
state_space_generator==0.1.9
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import setup, find_packages, Extension
from setuptools.command.build_ext import build_ext

__version__ = "0.3.9"
__version__ = "0.3.10"
HERE = Path(__file__).resolve().parent


Expand Down Expand Up @@ -64,7 +64,7 @@ def build_extension(self, ext):
url="https://github.com/rleap-project/dlplan",
description="A library for using description logics features in planning",
long_description="",
install_requires=["pybind11==2.10.4", "pybind11-global==2.10.4", "state_space_generator==0.1.8", "cmake>=3.16.3"],
install_requires=["pybind11==2.10.4", "pybind11-global==2.10.4", "state_space_generator==0.1.9", "cmake>=3.16.3"],
packages=find_packages(where="api/python/src"),
package_dir={"": "api/python/src"},
package_data={
Expand Down

0 comments on commit b45a145

Please sign in to comment.