~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2006-09-25 13:49:20 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060925134920-4577357c34434af0
Update version to Crack-of-the-day

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
import bzrlib
6
6
 
7
7
 
8
 
__version__ = '0.11.0'
 
8
__version__ = '0.12.0'
9
9
 
10
10
 
11
11
version_info = tuple(int(n) for n in __version__.split('.'))