~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2006-10-25 13:35:12 UTC
  • Revision ID: abentley@panoramicfeedback.com-20061025133512-09660b1b3104b054
Update version number to 0.13.0

Show diffs side-by-side

added added

removed removed

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