Skip to content

Commit 61997ca

Browse files
authored
Merge pull request #60 from APLA-Toolbox/release-v0.3.0
Bump to v0.3.0
2 parents 3a16ca2 + 21dc0bb commit 61997ca

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

jupyddl/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
from .automated_planner import AutomatedPlanner
2-
3-
if __name__ == "__main__":
4-
_ = AutomatedPlanner("data/domain.pddl", "data/problem.pddl")
2+
from .data_analyst import DataAnalyst

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="jupyddl", # Replace with your own username
12-
version="0.2.7",
12+
version="0.3.0",
1313
author="Erwin Lejeune",
1414
author_email="erwinlejeune.pro@gmail.com",
1515
description="Jupyddl is a PDDL planner built on top of a Julia parser",

0 commit comments

Comments
 (0)