summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-09-25 14:18:31 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-09-25 14:18:31 +0100
commit6d475ce9f719dd37c71b122cb2afe8895027d0ad (patch)
treee683433853d62813af16078eed37d87281c37555 /morphlib/__init__.py
parent483ef192b927db868d89b0014a441bc256a8d6f6 (diff)
downloadmorph-6d475ce9f719dd37c71b122cb2afe8895027d0ad.tar.gz
Give Morph a version number
Reviewed-By: Daniel Silverstone (on irc)
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index f0d79910..213241d8 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -20,6 +20,9 @@
import cliapp
+__version__ = '0.1'
+
+
class Error(cliapp.AppException):
'''Base for all morph exceptions that cause user-visible messages.'''