Skip to content

Commit 421bf9e

Browse files
authored
Merge pull request confluentinc#157 from ssikdar1/master
Change the version no. returned by confluent kafka_version
2 parents 3afc12b + 207880f commit 421bf9e

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
@@ -1422,7 +1422,7 @@ static PyObject *libversion (PyObject *self, PyObject *args) {
14221422
}
14231423

14241424
static PyObject *version (PyObject *self, PyObject *args) {
1425-
return Py_BuildValue("si", "0.9.2", 0x00090100);
1425+
return Py_BuildValue("si", "0.9.4", 0x00090400);
14261426
}
14271427

14281428
static PyMethodDef cimpl_methods[] = {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy