version.py 181 B

12345
  1. """ Contains the current version of transition which is used in setup.py and can also be used
  2. to determine transitions's version during runtime.
  3. """
  4. __version__ = '0.8.1'