Skip to content

Commit 3505925

Browse files
committed
Bump to 0.7.0
1 parent 9d207eb commit 3505925

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__ = "john@compose-x.io"
8-
__version__ = "0.6.5-post0"
8+
__version__ = "0.7.0"

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.5-post0"
3+
version = "0.7.0"
44
description = "AWS CloudFormation Resources to manage Kafka"
55
authors = ["John Mille <john@compose-x.io>"]
66
classifiers = [
@@ -67,7 +67,7 @@ disable-timestamp = "true"
6767
github_url = "https://github.com/compose-x/cfn-kafka-admin"
6868

6969
[tool.tbump.version]
70-
current = "0.6.5-post0"
70+
current = "0.7.0"
7171

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

0 commit comments

Comments
 (0)