summaryrefslogtreecommitdiff
path: root/morphlib
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 /morphlib
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 'morphlib')
-rw-r--r--morphlib/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index db1a8dfd..532c29a4 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -17,9 +17,6 @@
'''Baserock library.'''
-__version__ = '0.0'
-
-
import bins
import blobs
import buildcontroller