diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2010-07-30 09:29:24 +0200 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2010-07-30 09:29:24 +0200 |
| commit | 7945c0daad7d2e3b8380c18b7d080e54e0a948ed (patch) | |
| tree | ebe1932b3d2aeb979570c977fc9947f8891336cf /version.py | |
| download | alias-7945c0daad7d2e3b8380c18b7d080e54e0a948ed.tar.gz | |
Project creation.
Diffstat (limited to 'version.py')
| -rw-r--r-- | version.py | 5 |
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 ? |
