Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 18f8e75

Browse files
authored
Merge pull request #147 from juanjux/fix_travis
Fix pypi upload from Travis
2 parents 1392e25 + 8c83f8b commit 18f8e75

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ install:
2929
- echo "[pypi]" >> .pypirc
3030
- echo "username=$PYPI_USER" >> .pypirc
3131
- echo "password=$PYPI_PASS" >> .pypirc
32+
- cd ..
3233
- HOME=. python setup.py sdist upload
3334
script:
3435
- python3 setup.py build_ext -i

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import setup, find_packages, Extension
1313
from setuptools.command.build_ext import build_ext
1414

15-
VERSION = "3.0.0"
15+
VERSION = "3.0.1"
1616
LIBUAST_VERSION = "v3.1.0"
1717
LIBUAST_ARCH = "linux-amd64"
1818
SDK_V1_VERSION = "v1.16.1"

0 commit comments

Comments
 (0)