From 6d475ce9f719dd37c71b122cb2afe8895027d0ad Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 25 Sep 2012 14:18:31 +0100 Subject: Give Morph a version number Reviewed-By: Daniel Silverstone (on irc) --- morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morph') 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() -- cgit v1.2.1