diff options
author | Max Magorsch <max@magorsch.de> | 2020-01-25 22:41:04 +0100 |
---|---|---|
committer | Max Magorsch <max@magorsch.de> | 2020-01-25 22:41:04 +0100 |
commit | 3fc37fa2deb5c0b6c3282daafd3bfd23cf7ee5ba (patch) | |
tree | 0af8fa472ee40eb76a8650552cb55367e26c5bbf | |
parent | Fix the screenshot in the README (diff) | |
download | tyrian-sphinx-theme-3fc37fa2deb5c0b6c3282daafd3bfd23cf7ee5ba.tar.gz tyrian-sphinx-theme-3fc37fa2deb5c0b6c3282daafd3bfd23cf7ee5ba.tar.bz2 tyrian-sphinx-theme-3fc37fa2deb5c0b6c3282daafd3bfd23cf7ee5ba.zip |
Bump the version
Signed-off-by: Max Magorsch <max@magorsch.de>
-rw-r--r-- | tyrian_sphinx_theme/_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tyrian_sphinx_theme/_version.py b/tyrian_sphinx_theme/_version.py index d4f88a0..ad0234e 100644 --- a/tyrian_sphinx_theme/_version.py +++ b/tyrian_sphinx_theme/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (0, 0, 4) +__version_info__ = (0, 0, 5) __version__ = ".".join(map(str, __version_info__)) |