Skip to content

Commit

Permalink
bump version to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhokhov committed May 21, 2021
1 parent c732124 commit 978d7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy_to_pypi.sh
Expand Up @@ -24,7 +24,7 @@ env
# aws s3 cp --recursive s3://games-wheels/atari-py/${TRAVIS_TAG} wheelhouse/
SUFFIXES="-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -manylinux_2_17_x86_64.manylinux2014_x86_64.whl -win_amd64.whl -macosx_10_12_x86_64.whl"
# SUFFIXES="-manylinux1_x86_64.whl"
PY_VERS="-cp36-cp36m -cp37-cp37m -cp38-cp38m -cp39-cp39m"
PY_VERS="-cp36-cp36m -cp37-cp37m -cp38-cp38 -cp39-cp39"
URLPREFIX="https://s3-${AWS_DEFAULT_REGION}.amazonaws.com/${S3_BUCKET}/${S3_PREFIX}atari-py/${TRAVIS_TAG}/atari_py-${TRAVIS_TAG}"

cd wheelhouse
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@ def __init__(self, name, sourcedir=''):
self.sourcedir = os.path.abspath(sourcedir)

setup(name='atari-py',
version='0.2.8',
version='0.2.9',
description='Python bindings to Atari games',
url='https://github.com/openai/atari-py',
author='OpenAI',
Expand Down

0 comments on commit 978d7c0

Please sign in to comment.