~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2006-08-28 14:33:44 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060828143344-29cbc1b9b61963ec
Update version number to match 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.10.0'
 
8
__version__ = '0.11.0'
9
9
 
10
10
 
11
11
version_info = tuple(int(n) for n in __version__.split('.'))