Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagsy committed Aug 7, 2023
1 parent 706ef20 commit d94fa1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,17 @@ def _is_raw_block(line):

setup(
name="ivy-gym",
version="1.1.9",
author="Ivy Team",
author_email="[email protected]",
version="0.0.1.post0",
author="Unify",
author_email="[email protected]",
description=(
"Fully differentiable reinforcement learning environments, " "written in Ivy."
),
long_description=long_description,
long_description_content_type="text/x-rst",
url="https://lets-unify.ai/gym",
url="https://unify.ai/docs/gym",
project_urls={
"Docs": "https://lets-unify.ai/gym/",
"Docs": "https://unify.ai/docs/gym/",
"Source": "https://github.com/unifyai/gym",
},
packages=setuptools.find_packages(),
Expand Down

0 comments on commit d94fa1b

Please sign in to comment.