summaryrefslogtreecommitdiffstats
path: root/pyload/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/__init__.py')
-rw-r--r--pyload/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyload/__init__.py b/pyload/__init__.py
new file mode 100644
index 000000000..0fb52399b
--- /dev/null
+++ b/pyload/__init__.py
@@ -0,0 +1,5 @@
+# -*- coding: utf-8 -*-
+
+__dev__ = True
+__version_info__ = ('0', '4', '9', '9')
+__version__ = '.'.join(__version_info__) + ("-dev" if __dev__ else "") \ No newline at end of file