~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to version.py

  • Committer: Aaron Bentley
  • Date: 2007-08-14 18:19:16 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070814181916-sm67ojoqs2qkspcy
Shelf doesn't emit kipple in test suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
__version__ = '0.90.0'
 
2
version_info = tuple(int(n) for n in __version__.split('.'))