Skip to content

Commit 1619cc3

Browse files
authored
Merge pull request #97 from APLA-Toolbox/release-0.4.1
Release 0.4.1
2 parents ea9730f + 2b5d7ed commit 1619cc3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

codecov.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ parsers:
1313
loop: yes
1414
method: no
1515
macro: no
16-
16+
ignore:
17+
- "setup.py"
18+
- "scripts/*"
1719
comment:
1820
layout: "reach,diff,flags,files,footer"
1921
behavior: default

setup.py

+1-1
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.4.0",
12+
version="0.4.1",
1313
author="Erwin Lejeune",
1414
author_email="[email protected]",
1515
description="Jupyddl is a PDDL planner built on top of a Julia parser",

0 commit comments

Comments
 (0)