summaryrefslogtreecommitdiff
path: root/ickapi/version.py
diff options
context:
space:
mode:
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'