summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Gallo <aamsgallo@gmail.com>2020-10-17 13:47:40 +0200
committerAlejandro Gallo <aamsgallo@gmail.com>2020-10-17 13:47:40 +0200
commiteb8b78011ec75e1b2f0383b61329ea917f1bd33a (patch)
treeacdba0847ffeefb5cc17e6ab46a7e3e581e00a19
parente152b55fa8d1f4d0b07eddbc730c00b52d3b9bbe (diff)
Bump up versionv0.11.1
-rw-r--r--papis/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/papis/__init__.py b/papis/__init__.py
index c6381b2f..afa983c3 100644
--- a/papis/__init__.py
+++ b/papis/__init__.py
@@ -2,7 +2,7 @@ import os
# Information
__license__ = 'GPLv3'
-__version__ = '0.11'
+__version__ = '0.11.1'
__author__ = __maintainer__ = 'Alejandro Gallo'
__email__ = 'aamsgallo@gmail.com'