summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b27056a8..c6381b2f 100644
--- a/papis/__init__.py
+++ b/papis/__init__.py
@@ -2,7 +2,7 @@ import os
# Information
__license__ = 'GPLv3'
-__version__ = '0.10'
+__version__ = '0.11'
__author__ = __maintainer__ = 'Alejandro Gallo'
__email__ = 'aamsgallo@gmail.com'
diff --git a/tools/update-pypi.sh b/tools/update-pypi.sh
index a12eee2d..952c89e4 100755
--- a/tools/update-pypi.sh
+++ b/tools/update-pypi.sh
@@ -5,7 +5,7 @@ DIST_DIR=dist
rm -rf distenv
-virtualenv -p python3.5 distenv
+virtualenv -p python3.7 distenv
source ./distenv/bin/activate
pip install .
pip install .[develop]