aboutsummaryrefslogtreecommitdiffstats
path: root/version.py
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2010-07-30 09:29:24 +0200
committerThibaut Horel <thibaut.horel@gmail.com>2010-07-30 09:29:24 +0200
commit7945c0daad7d2e3b8380c18b7d080e54e0a948ed (patch)
treeebe1932b3d2aeb979570c977fc9947f8891336cf /version.py
downloadalias-7945c0daad7d2e3b8380c18b7d080e54e0a948ed.tar.gz
Project creation.
Diffstat (limited to 'version.py')
-rw-r--r--version.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/version.py b/version.py
new file mode 100644
index 0000000..306cebb
--- /dev/null
+++ b/version.py
@@ -0,0 +1,5 @@
+# -*- coding: utf-8 -*-
+MAJOR=0
+MINOR=1
+TYPE='dev'
+VERSION = str(MAJOR)+'.'+str(MINOR)+TYPE #TODO: add the commit number ?