Skip to content

Commit 5cb634a

Browse files
authored
Promote to 2.11.0.1+gr (#11)
1 parent ccaa5b8 commit 5cb634a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77

88
env:
9-
LIBRDKAFKA_VERSION: v2.11.0.1-RC1
9+
LIBRDKAFKA_VERSION: v2.11.0.1
1010

1111
jobs:
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "confluent-kafka"
7-
version = "2.11.0.1rc1+gr"
7+
version = "2.11.0.1+gr"
88
description = "Confluent's Python client for Apache Kafka"
99
classifiers = [
1010
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)