version.py 239 B

1234567
  1. # This file is needs to be multi-lingual in both Python and POSIX
  2. # shell which "exec()" or "source" it respectively.
  3. # This file should define a variable VERSION which we use as the
  4. # package version number.
  5. __version__="1.9.0" # noqa