Skip to content

Commit

Permalink
Merge pull request #9 from ByteInternet/bump_version
Browse files Browse the repository at this point in the history
Some PR's back we introduced Python3 compatability
  • Loading branch information
Bono de Visser authored Apr 5, 2018
2 parents 6c79fb0 + e097e29 commit 144ab16
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='amqpconsumer',
version='1.6',
version='1.7',
description='AMQP event listener',
url='https://github.com/ByteInternet/amqpconsumer',
author='Byte B.V.',
Expand All @@ -17,8 +17,11 @@
'Topic :: Communications',
'Topic :: Internet',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
keywords='amqp events consumer listener rabbitmq',
packages=['amqpconsumer'],
Expand Down

0 comments on commit 144ab16

Please sign in to comment.