Skip to content

Commit

Permalink
Adding requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
haz authored Jun 1, 2022
1 parent c0e05f2 commit 33925c7
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.0',
version='0.5.1',
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 33925c7

Please sign in to comment.