summaryrefslogtreecommitdiff
path: root/morph
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 /morph
parent483ef192b927db868d89b0014a441bc256a8d6f6 (diff)
downloadmorph-6d475ce9f719dd37c71b122cb2afe8895027d0ad.tar.gz
Give Morph a version number
Reviewed-By: Daniel Silverstone (on irc)
Diffstat (limited to 'morph')
-rwxr-xr-xmorph2
1 files changed, 1 insertions, 1 deletions
diff --git a/morph b/morph
index 85870e5a..0c0789d5 100755
--- a/morph
+++ b/morph
@@ -18,4 +18,4 @@
import morphlib
-morphlib.app.Morph().run()
+morphlib.app.Morph(version=morphlib.__version__).run()