diff options
author | David Arthur <mumrah@gmail.com> | 2014-08-22 13:44:16 -0400 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2014-08-22 13:46:38 -0400 |
commit | f8618336979fd2704d14695750b6a240b3922d40 (patch) | |
tree | 3db4e4d62191e73acf5c0aa70677779545d5e175 /kafka | |
parent | 69b55c9806a46b99788f653ddb83e595c2ad227c (diff) | |
download | kafka-python-f8618336979fd2704d14695750b6a240b3922d40.tar.gz |
Add TravisCI config for auto deployment
Tags applied to master will now be automatically deployed on PyPI
Diffstat (limited to 'kafka')
-rw-r--r-- | kafka/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/__init__.py b/kafka/__init__.py index 41dc25a..58ca619 100644 --- a/kafka/__init__.py +++ b/kafka/__init__.py @@ -4,7 +4,7 @@ import pkg_resources __version__ = pkg_resources.require('kafka-python')[0].version __author__ = 'David Arthur' __license__ = 'Apache License 2.0' -__copyright__ = 'Copyright 2012, David Arthur under Apache License, v2.0' +__copyright__ = 'Copyright 2014, David Arthur under Apache License, v2.0' from kafka.client import KafkaClient from kafka.conn import KafkaConnection |