summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 13:56:13 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 13:56:13 +0000
commita6e821c0aef8396f87f309e3dfa61a9ea931ec50 (patch)
treeb3dd1be898275b8d2ed539661cc86a77cb2b7a02 /morph
parentf3a30a2f3412b3528b2e7e05ecc57cdbc8c6e449 (diff)
downloadmorph-a6e821c0aef8396f87f309e3dfa61a9ea931ec50.tar.gz
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.
Diffstat (limited to 'morph')
-rwxr-xr-xmorph2
1 files changed, 1 insertions, 1 deletions
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()