summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Gallo <aamsgallo@gmail.com>2020-05-02 01:17:24 +0200
committerAlejandro Gallo <aamsgallo@gmail.com>2020-05-02 01:17:24 +0200
commitb705f13517ed24a5df032e6fdb2327c79d63b71c (patch)
treed3fb405aeffe05191c7f91e713eaca214bae5fb0
parent3f52f62486e92f5eb7189f4ae332665f7d4156fa (diff)
Update versionv0.10
-rw-r--r--papis/__init__.py2
-rwxr-xr-xtools/update-pypi.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/papis/__init__.py b/papis/__init__.py
index 4a5878ec..b27056a8 100644
--- a/papis/__init__.py
+++ b/papis/__init__.py
@@ -2,7 +2,7 @@ import os
# Information
__license__ = 'GPLv3'
-__version__ = '0.9'
+__version__ = '0.10'
__author__ = __maintainer__ = 'Alejandro Gallo'
__email__ = 'aamsgallo@gmail.com'
diff --git a/tools/update-pypi.sh b/tools/update-pypi.sh
index 5aa1f672..a12eee2d 100755
--- a/tools/update-pypi.sh
+++ b/tools/update-pypi.sh
@@ -5,7 +5,7 @@ DIST_DIR=dist
rm -rf distenv
-virtualenv distenv
+virtualenv -p python3.5 distenv
source ./distenv/bin/activate
pip install .
pip install .[develop]