We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1deea8 commit c7f4f33Copy full SHA for c7f4f33
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = aws-glue-schema-registry
3
-version = 1.0.0rc1
+version = 1.0.0rc2
4
description = Use the AWS Glue Schema Registry.
5
long_description = file: README.md
6
long_description_content_type = text/markdown
src/aws_schema_registry/__init__.py
@@ -5,7 +5,7 @@
DataAndSchema, SchemaRegistryDeserializer, SchemaRegistrySerializer
)
7
8
-__version__ = '1.0.0rc1'
+__version__ = '1.0.0rc2'
9
10
__all__ = [
11
'CompatibilityMode',
0 commit comments