aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <max@magorsch.de>2020-01-24 16:21:50 +0100
committerMax Magorsch <max@magorsch.de>2020-01-24 16:21:50 +0100
commitb28ce0f77f46ed84c55cebeb8c65fcad79177d35 (patch)
treeabc84fd7160c52a8380ff0eb4ebd035fe14b7a54 /tyrian_sphinx_theme
parentAdd the license (diff)
downloadtyrian-sphinx-theme-b28ce0f77f46ed84c55cebeb8c65fcad79177d35.tar.gz
tyrian-sphinx-theme-b28ce0f77f46ed84c55cebeb8c65fcad79177d35.tar.bz2
tyrian-sphinx-theme-b28ce0f77f46ed84c55cebeb8c65fcad79177d35.zip
Display the longdescription correctly on pypi
Signed-off-by: Max Magorsch <max@magorsch.de>
Diffstat (limited to 'tyrian_sphinx_theme')
-rw-r--r--tyrian_sphinx_theme/_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tyrian_sphinx_theme/_version.py b/tyrian_sphinx_theme/_version.py
index 895d1fc..10af5dc 100644
--- a/tyrian_sphinx_theme/_version.py
+++ b/tyrian_sphinx_theme/_version.py
@@ -1,2 +1,2 @@
-__version_info__ = (0, 0, 2)
+__version_info__ = (0, 0, 3)
__version__ = ".".join(map(str, __version_info__))