From b705f13517ed24a5df032e6fdb2327c79d63b71c Mon Sep 17 00:00:00 2001 From: Alejandro Gallo Date: Sat, 2 May 2020 01:17:24 +0200 Subject: Update version --- papis/__init__.py | 2 +- tools/update-pypi.sh | 2 +- 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] -- cgit v1.2.3