summaryrefslogtreecommitdiff
path: root/ickapi/version.py
diff options
context:
space:
mode:
authorIvan Dolgov <ivan@dolgov.fi>2019-03-16 15:14:18 +0200
committerIvan Dolgov <ivan@dolgov.fi>2019-03-16 15:33:28 +0200
commit227c1ae67bb80a5e9b9036a9bdb9f11be073669f (patch)
tree66ed50756e86a265c8bf08d0493bcc466c83d026 /ickapi/version.py
parent01bdba935a667e8c1606d6d040086488c82b0e38 (diff)
downloadickapi-227c1ae67bb80a5e9b9036a9bdb9f11be073669f.tar.gz
Initial setupivan/initial
Diffstat (limited to 'ickapi/version.py')
-rw-r--r--ickapi/version.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/ickapi/version.py b/ickapi/version.py
new file mode 100644
index 0000000..14baa36
--- /dev/null
+++ b/ickapi/version.py
@@ -0,0 +1,9 @@
+"""Version module.
+
+This module contains only project version info. It is used by setup.py
+and version endpoint.
+
+Remember to update NEWS file too when bumping a version.
+"""
+
+__version__ = '0.1.0+git'