Skip to content

Commit 02fdb30

Browse files
committed
bump version to 0.2.9
1 parent c076254 commit 02fdb30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy_to_pypi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env
2424
# aws s3 cp --recursive s3://games-wheels/atari-py/${TRAVIS_TAG} wheelhouse/
2525
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"
2626
# SUFFIXES="-manylinux1_x86_64.whl"
27-
PY_VERS="-cp36-cp36m -cp37-cp37m -cp38-cp38m -cp39-cp39m"
27+
PY_VERS="-cp36-cp36m -cp37-cp37m -cp38-cp38 -cp39-cp39"
2828
URLPREFIX="https://s3-${AWS_DEFAULT_REGION}.amazonaws.com/${S3_BUCKET}/${S3_PREFIX}atari-py/${TRAVIS_TAG}/atari_py-${TRAVIS_TAG}"
2929

3030
cd wheelhouse

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self, name, sourcedir=''):
2929
self.sourcedir = os.path.abspath(sourcedir)
3030

3131
setup(name='atari-py',
32-
version='0.2.8',
32+
version='0.2.9',
3333
description='Python bindings to Atari games',
3434
url='https://github.com/openai/atari-py',
3535
author='OpenAI',

0 commit comments

Comments
 (0)