Skip to content

Commit

Permalink
nv
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilija Vukotic committed Aug 7, 2020
1 parent d0a7ec5 commit 55af2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To change environments:
or
<code>
python setup.py bdist_wheel
python -m pip install dist\gym_cache-1.0.1-py3-none-any.whl
python -m pip install dist\gym_cache-1.0.3-py3-none-any.whl
</code>
* to upload to pypi repository
<code>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='gym_cache',
version='1.0.2',
version='1.0.3',
install_requires=[
'gym>=0.2.3',
'pandas>=0.24.2',
Expand Down

0 comments on commit 55af2db

Please sign in to comment.