From a6e821c0aef8396f87f309e3dfa61a9ea931ec50 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 28 Feb 2012 13:56:13 +0000 Subject: Remove version number We don't do releases, so having the version number in the source is misleading. If and when we start doing numbered releases, it's easy to add back. However, YAGNI and all that. --- morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morph') diff --git a/morph b/morph index 1876c7cb..485dd469 100755 --- a/morph +++ b/morph @@ -394,4 +394,4 @@ class Morph(cliapp.Application): if __name__ == '__main__': - Morph(version=morphlib.__version__).run() + Morph().run() -- cgit v1.2.1