~canonical-launchpad-branches/python-oops-amqp/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Robert Collins
  • Date: 2011-12-08 18:23:11 UTC
  • Revision ID: robertc@robertcollins.net-20111208182311-wzu4unmae9sp6s8a
ReleaseĀ 0.0.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        os.path.join(os.path.dirname(__file__), 'README'), 'rb').read()
24
24
 
25
25
setup(name="oops_amqp",
26
 
      version="0.0.4",
 
26
      version="0.0.5",
27
27
      description=\
28
28
              "OOPS AMQP transport.",
29
29
      long_description=description,