summaryrefslogtreecommitdiff
path: root/kafka
diff options
context:
space:
mode:
authorDavid Arthur <mumrah@gmail.com>2014-08-22 13:44:16 -0400
committerDavid Arthur <mumrah@gmail.com>2014-08-22 13:46:38 -0400
commitf8618336979fd2704d14695750b6a240b3922d40 (patch)
tree3db4e4d62191e73acf5c0aa70677779545d5e175 /kafka
parent69b55c9806a46b99788f653ddb83e595c2ad227c (diff)
downloadkafka-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__.py2
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