Skip to content

Commit

Permalink
Fixed a typo in Travis CI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Sep 24, 2017
1 parent 86b6095 commit 1fbbb87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ deploy:
python: '3.6'
tags: true
provider: pypi
distribution: 'bdist_wheel sdist'
distributions: 'bdist_wheel sdist'
skip_upload_docs: true
user: phx
password:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
name = 'PyOTA',
description = 'IOTA API library for Python',
url = 'https://github.com/iotaledger/iota.lib.py',
version = '2.0.0b2',
version = '2.0.0b3',

long_description = long_description,

Expand Down

0 comments on commit 1fbbb87

Please sign in to comment.