Skip to content

Commit efb983f

Browse files
committed
upgrade to 0.2.3
1 parent 52e4c80 commit efb983f

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@ on:
44
branches: [main]
55
jobs:
66
format:
7-
runs-on: ${{ matrix.os }}
8-
strategy:
9-
matrix:
10-
os: [ubuntu-latest, macos-latest]
11-
python-version: [3.6, 3.7, 3.8]
12-
exclude:
13-
- os: macos-latest
14-
python-version: 3.8
7+
runs-on: ubuntu-latest
158
steps:
169
- uses: actions/checkout@v2
1710
with:

jupyddl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
from .automated_planner import AutomatedPlanner

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.2",
12+
version="0.2.3",
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)