summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Gallo <aamsgallo@gmail.com>2017-11-28 22:53:51 +0100
committerAlejandro Gallo <aamsgallo@gmail.com>2017-11-28 22:53:51 +0100
commit272edc69e63ed22471b94e44dfbf49fb8a498be3 (patch)
tree8f3c2fc706a8de9614d0b75e5cfb11d3fd4d5a00
parent4eef9891c938b31a1862e2484be167833806d393 (diff)
Hot fix of updatev0.4.8
-rw-r--r--doc/build/man/papis-config.12
-rw-r--r--doc/build/man/papis.12
-rw-r--r--papis/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/man/papis-config.1 b/doc/build/man/papis-config.1
index afb7147a..c8e3bad4 100644
--- a/doc/build/man/papis-config.1
+++ b/doc/build/man/papis-config.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "PAPIS-CONFIG" "1" "Nov 28, 2017" "0.4.7" "papis"
+.TH "PAPIS-CONFIG" "1" "Nov 28, 2017" "0.4.8" "papis"
.SH NAME
papis-config \- Papis Configuration
.
diff --git a/doc/build/man/papis.1 b/doc/build/man/papis.1
index f9c9f98c..6f31fd9f 100644
--- a/doc/build/man/papis.1
+++ b/doc/build/man/papis.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "PAPIS" "1" "Nov 28, 2017" "0.4.7" "papis"
+.TH "PAPIS" "1" "Nov 28, 2017" "0.4.8" "papis"
.SH NAME
papis \- Papis Documentation
.
diff --git a/papis/__init__.py b/papis/__init__.py
index 6d1bd72b..6218847b 100644
--- a/papis/__init__.py
+++ b/papis/__init__.py
@@ -1,7 +1,7 @@
# Information
__license__ = 'GPLv3'
-__version__ = '0.4.7'
+__version__ = '0.4.8'
__author__ = __maintainer__ = 'Alejandro Gallo'
__email__ = 'aamsgallo@gmail.com'