Skip to content

Commit 3d3bfed

Browse files
committed
Fixed integer version for 0.9.2
1 parent 0b2d16d commit 3d3bfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confluent_kafka/src/confluent_kafka.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ static PyObject *libversion (PyObject *self, PyObject *args) {
12591259
}
12601260

12611261
static PyObject *version (PyObject *self, PyObject *args) {
1262-
return Py_BuildValue("si", "0.9.2", 0x00090100);
1262+
return Py_BuildValue("si", "0.9.2", 0x00090200);
12631263
}
12641264

12651265
static PyMethodDef cimpl_methods[] = {

0 commit comments

Comments
 (0)