Skip to content

Commit

Permalink
Updated to version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAeryan committed Jul 7, 2024
1 parent 9a3253d commit a788350
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.2.2',
version='1.2.3',
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.2.2"
__version__ = "1.2.3"

from lifted_pddl.parser import Parser

0 comments on commit a788350

Please sign in to comment.