aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <max@magorsch.de>2020-01-18 23:23:38 +0100
committerMax Magorsch <max@magorsch.de>2020-01-18 23:23:38 +0100
commit9b9f0f97d7ab416cd48a11932aaf0ef5f70910a5 (patch)
tree1c69694206673c7a6cb077d053810aa9e423b172 /tyrian_sphinx_theme/_version.py
downloadtyrian-sphinx-theme-9b9f0f97d7ab416cd48a11932aaf0ef5f70910a5.tar.gz
tyrian-sphinx-theme-9b9f0f97d7ab416cd48a11932aaf0ef5f70910a5.tar.bz2
tyrian-sphinx-theme-9b9f0f97d7ab416cd48a11932aaf0ef5f70910a5.zip
Initial commit
Signed-off-by: Max Magorsch <max@magorsch.de>
Diffstat (limited to 'tyrian_sphinx_theme/_version.py')
-rw-r--r--tyrian_sphinx_theme/_version.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tyrian_sphinx_theme/_version.py b/tyrian_sphinx_theme/_version.py
new file mode 100644
index 0000000..e388a85
--- /dev/null
+++ b/tyrian_sphinx_theme/_version.py
@@ -0,0 +1,2 @@
+__version_info__ = (0, 0, 1)
+__version__ = ".".join(map(str, __version_info__))