Skip to content

Commit

Permalink
bump up version and tag a release before next major update
Browse files Browse the repository at this point in the history
  • Loading branch information
fxia22 committed Jun 15, 2020
1 parent 92828f1 commit ec17093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gibson2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import logging

__version__ = "0.0.4"
__version__ = "0.0.5"

logging.getLogger().setLevel(logging.INFO)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ def run(self):

setup(
name='gibson2',
version='0.0.4',
version='0.0.5',
author='Stanford University',
long_description_content_type="text/markdown",
long_description=long_description,
url='https://github.com/StanfordVL/iGibson',
zip_safe=False,
packages=find_packages(),
install_requires=[
'gym==0.12',
'gym>=0.12',
'numpy>=1.16.0',
'scipy>=1.2.1',
'pybullet>=2.6.4',
Expand Down

0 comments on commit ec17093

Please sign in to comment.