Skip to content

Commit

Permalink
Updated package version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAeryan committed Nov 30, 2022
1 parent dc56b64 commit 1ab3d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setuptools.setup(name='lifted-pddl',
version='1.1.0',
version='1.2.0',
description='A lightweight framework for parsing PDDL in lifted form.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/lifted_pddl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# __init__.py

__version__ = "1.1.0"
__version__ = "1.2.0"

from lifted_pddl.parser import Parser

0 comments on commit 1ab3d89

Please sign in to comment.