Skip to content

Commit

Permalink
Updated version identifier + new install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkd3v committed Dec 7, 2020
1 parent 537f86c commit e7653ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="ro-py",
version="0.1.1",
version="0.1.2",
author="jmkdev",
author_email="[email protected]",
description="ro.py is a Python wrapper for the Roblox web API.",
Expand All @@ -19,4 +19,7 @@
"Operating System :: OS Independent",
],
python_requires='>=3.6',
)
install_requires=[
"iso8601"
]
)

0 comments on commit e7653ab

Please sign in to comment.