summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Gallo <aamsgallo@gmail.com>2022-05-23 17:21:39 +0200
committerAlejandro Gallo <aamsgallo@gmail.com>2022-05-23 17:21:39 +0200
commitdf1338cc3373eafb1103629c3deb83390416afec (patch)
treed791532aec08eb843b3f8ea41a9ff36185af0542
parent8c48c06b892a4fcb38ae97e810827d02708493d5 (diff)
Bump up versionv0.12
-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 74b1e9f5..6e5a3a60 100644
--- a/papis/__init__.py
+++ b/papis/__init__.py
@@ -2,7 +2,7 @@ import os
# Information
__license__ = 'GPLv3'
-__version__ = '0.11.1'
+__version__ = '0.12'
__author__ = __maintainer__ = 'Alejandro Gallo'
__email__ = 'aamsgallo@gmail.com'
diff --git a/tools/update-pypi.sh b/tools/update-pypi.sh
index 952c89e4..9fa31d92 100755
--- a/tools/update-pypi.sh
+++ b/tools/update-pypi.sh
@@ -5,7 +5,7 @@ DIST_DIR=dist
rm -rf distenv
-virtualenv -p python3.7 distenv
+virtualenv -p python3 distenv
source ./distenv/bin/activate
pip install .
pip install .[develop]