~flimp-dev/flimp/trunk

« back to all changes in this revision

Viewing changes to flimp/__init__.py

  • Committer: Nicholas Tollervey
  • Date: 2010-09-15 11:06:43 UTC
  • Revision ID: git-v1:da953a4313723849340d46682abc33e8790f60d6
distutils.setup references single VERSION location in flimp

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
h = NullHandler()
9
9
logging.getLogger("flimp").addHandler(h)
10
10
 
11
 
VERSION = "0.1.0"
 
11
VERSION = "0.5"
12
12
 
13
13
NAMESPACE_DESC = "%s namespace derived from %s.\n\n%s"
14
14
TAG_DESC = "%s tag derived from %s.\n\n%s"