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

Commit 220c1e0

Browse files
authored
Merge pull request #70 from iotaledger/release/2.0.0
PyOTA v2.0.0b2
2 parents 9fea2a8 + 86b6095 commit 220c1e0

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ install: pip install .
88
script: nosetests
99
deploy:
1010
on:
11-
branch: master
11+
python: '3.6'
12+
tags: true
1213
provider: pypi
13-
distribution: bdist_wheel sdist
14+
distribution: 'bdist_wheel sdist'
1415
skip_upload_docs: true
1516
user: phx
1617
password:

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include LICENSE
22
recursive-include examples *.py
3-
recursive-include test *.py
3+
recursive-include test *.py *.csv

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.0b1',
24+
version = '2.0.0b2',
2525

2626
long_description = long_description,
2727

0 commit comments

Comments
 (0)