We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da41574 commit 2101b98Copy full SHA for 2101b98
.github/workflows/package.yml
@@ -6,7 +6,7 @@ on:
6
push:
7
8
env:
9
- LIBRDKAFKA_VERSION: v2.12.0.1-RC1
+ LIBRDKAFKA_VERSION: v2.12.0.1
10
11
jobs:
12
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
name = "confluent-kafka"
-version = "2.12.0.1rc1+gr"
+version = "2.12.0.1+gr"
description = "Confluent's Python client for Apache Kafka"
classifiers = [
"Development Status :: 5 - Production/Stable",
0 commit comments