diff --git a/.gitignore b/.gitignore index cc34eb8e..4c8aa7f3 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ ro_py_old/ other/ build.bat chat.py +ro_py/robloxdocs.py diff --git a/setup.py b/setup.py index dd55b010..8239b36a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ro-py", - version="2.0.0", + version="1.0.0", author="jmkdev", author_email="jmk@jmksite.dev", description="ro.py is a Python wrapper for the Roblox web API.",