summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Gallo <aamsgallo@gmail.com>2020-10-17 02:16:26 +0200
committerAlejandro Gallo <aamsgallo@gmail.com>2020-10-17 02:16:26 +0200
commit9872d02a7fc46a2747aaae7fe89d074a9f451b22 (patch)
treef499e48a44e4e702083cac706a050de044746644
parent8e9c6e3a8e21e28ddae94f678e3132b182ca071b (diff)
Version v0.11v0.11
-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]