Skip to content

Commit 76be077

Browse files
committed
Bump to 0.6.0-rc3
1 parent def4285 commit 76be077

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cfn_kafka_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
__author__ = """John Preston"""
77
__email__ = "[email protected]"
8-
__version__ = "0.6.0-rc2"
8+
__version__ = "0.6.0-rc3"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cfn_kafka_admin"
3-
version = "0.6.0-rc2"
3+
version = "0.6.0-rc3"
44
description = "AWS CloudFormation Resources to manage Kafka"
55
authors = ["John Mille <[email protected]>"]
66
classifiers = [
@@ -66,7 +66,7 @@ disable-timestamp = "true"
6666
github_url = "https://github.com/compose-x/cfn-kafka-admin"
6767

6868
[tool.tbump.version]
69-
current = "0.6.0-rc2"
69+
current = "0.6.0-rc3"
7070

7171
regex = '''
7272
(?P<major>\d+)

0 commit comments

Comments
 (0)