~cjwatson/python-oops-amqp/py3

« back to all changes in this revision

Viewing changes to oops_amqp/__init__.py

  • Committer: Robert Collins
  • Date: 2012-08-10 02:44:43 UTC
  • Revision ID: robertc@robertcollins.net-20120810024443-1q4cjes2m9v9rlc8
ReleaseĀ 0.0.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
# established at this point, and setup.py will use a version of next-$(revno).
98
98
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
99
99
# Otherwise it is major.minor.micro~$(revno).
100
 
__version__ = (0, 0, 6, 'beta', 0)
 
100
__version__ = (0, 0, 7, 'final', 0)
101
101
 
102
102
__all__ = [
103
103
    'Publisher',