Skip to content

Commit 21e9438

Browse files
committed
Merge pull request #102 from cosbynator/master
Version bump to 0.9.0
2 parents e6c43d1 + 61a0cb6 commit 21e9438

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ Copyright 2013, David Arthur under Apache License, v2.0. See `LICENSE`
1717

1818
# Status
1919

20-
I'm following the version numbers of Kafka, plus one number to indicate the
21-
version of this project. The current version is 0.8.0-1. This version is under
22-
development, APIs are subject to change.
20+
The current version of this package is **0.9.0** and is compatible with
21+
Kafka brokers running version **0.8.1**.
2322

2423
# Usage
2524

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
class Tox(Command):
88
user_options = []
9+
910
def initialize_options(self):
1011
pass
1112

@@ -19,7 +20,7 @@ def run(self):
1920

2021
setup(
2122
name="kafka-python",
22-
version="0.8.1-1",
23+
version="0.9.0",
2324

2425
install_requires=["distribute"],
2526
tests_require=["tox"],

0 commit comments

Comments
 (0)