Skip to content

Commit c7f4f33

Browse files
committed
Prepare release 1.0.0rc2
1 parent f1deea8 commit c7f4f33

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.0rc1
3+
version = 1.0.0rc2
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
DataAndSchema, SchemaRegistryDeserializer, SchemaRegistrySerializer
66
)
77

8-
__version__ = '1.0.0rc1'
8+
__version__ = '1.0.0rc2'
99

1010
__all__ = [
1111
'CompatibilityMode',

0 commit comments

Comments
 (0)