~pypenelope-team/pypenelope/trunk

« back to all changes in this revision

Viewing changes to gui/program/shower/tree.py

  • Committer: ppinard
  • Date: 2012-05-20 12:49:55 UTC
  • Revision ID: ppinard-20120520124955-dmcn761lcw6rs26t
Use wildcard variable $VERSION to set version in all .py files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# Script information for the file.
15
15
__author__ = "Philippe T. Pinard and Hendrix Demers"
16
16
__email__ = "pypenelope-info@lists.sourceforge.net"
17
 
__version__ = "0.2.4"
 
17
__version__ = "$VERSION"
18
18
__copyright__ = "Copyright (c) 2011 Philippe T. Pinard and Hendrix Demers"
19
19
__license__ = "GPL v3"
20
20