Skip to content

Commit 1033af8

Browse files
committed
minifixes, bump version to 0.1.14
1 parent 47f1b52 commit 1033af8

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
@@ -14,5 +14,5 @@ source .venv/bin/activate
1414

1515
pip install awscli twine
1616
mkdir -p wheelhouse
17-
aws s3 cp --recursive s3://games-wheels/atari-py/atari_py-${TRAVIS_TAG} wheelhouse/
17+
aws s3 cp --recursive s3://games-wheels/atari-py/${TRAVIS_TAG} wheelhouse/
1818
twine upload --verbose wheelhouse/atari_py*

setup.py

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

3535
setup(name='atari-py',
36-
version='0.1.13',
36+
version='0.1.14',
3737
description='Python bindings to Atari games',
3838
url='https://github.com/openai/atari-py',
3939
author='OpenAI',

0 commit comments

Comments
 (0)