~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Martin Pool
  • Date: 2005-04-22 01:40:26 UTC
  • Revision ID: mbp@sourcefrog.net-20050422014025-0b925fcb1060c6e2
Prepare for 0.0.4 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
__copyright__ = "Copyright 2005 Canonical Development Ltd."
43
43
__author__ = "Martin Pool <mbp@canonical.com>"
44
 
__version__ = '0.0.4pre'
 
44
__version__ = '0.0.4'
45
45