Skip to content

Commit

Permalink
Update version number in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
uranium11010 committed Jan 8, 2024
1 parent 2c7e95e commit 2b1eb30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = f.read()

setup(name='rubiks_cube_gym',
version='0.4.0',
version='0.5.0',
url="https://github.com/DoubleGremlin181/RubiksCubeGym/",
description="OpenAI Gym environments for various twisty puzzles",
long_description=long_description,
Expand All @@ -13,6 +13,6 @@
author="Kavish Hukmani",
author_email="khukmani@gmail.com",
license="MIT",
install_requires=['gymnasium', 'numpy', 'opencv-python', 'wget'],
install_requires=['gymnasium==0.29.1', 'numpy', 'opencv-python', 'wget'],
packages=find_packages()
)

0 comments on commit 2b1eb30

Please sign in to comment.