Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
haz authored Jun 1, 2022
1 parent 59cb425 commit 2d883e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = fh.read()

setuptools.setup(name='planutils',
version='0.5.3',
version='0.5.4',
description='General library for setting up linux-based environments for developing, running, and evaluating planners.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -25,4 +25,5 @@
],
python_requires='>=3.6',
include_package_data=True,
install_requires=['requests'],
zip_safe=False)

0 comments on commit 2d883e6

Please sign in to comment.