Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 1fbbb87

Browse files
committed
Fixed a typo in Travis CI config.
1 parent 86b6095 commit 1fbbb87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deploy:
1111
python: '3.6'
1212
tags: true
1313
provider: pypi
14-
distribution: 'bdist_wheel sdist'
14+
distributions: 'bdist_wheel sdist'
1515
skip_upload_docs: true
1616
user: phx
1717
password:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
name = 'PyOTA',
2222
description = 'IOTA API library for Python',
2323
url = 'https://github.com/iotaledger/iota.lib.py',
24-
version = '2.0.0b2',
24+
version = '2.0.0b3',
2525

2626
long_description = long_description,
2727

0 commit comments

Comments
 (0)