Skip to content

Commit 43f5a8e

Browse files
committed
Prepare release 1.0.0rc6
1 parent e04b4d2 commit 43f5a8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = aws-glue-schema-registry
3-
version = 1.0.0rc5
3+
version = 1.0.0rc6
44
description = Use the AWS Glue Schema Registry.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

src/aws_schema_registry/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
)
66
from .serde import DataAndSchema, KafkaDeserializer, KafkaSerializer
77

8-
__version__ = '1.0.0rc5'
8+
__version__ = '1.0.0rc6'
99

1010
__all__ = [
1111
'CompatibilityMode',

0 commit comments

Comments
 (0)