Skip to content

Commit 528b7aa

Browse files
shihTianlu Shi
andauthored
Official release 1.0.0 (#11)
Co-authored-by: Tianlu Shi <[email protected]>
1 parent 99253d2 commit 528b7aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = "amazon-sns-extended-client"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Python version of AWS SNS extended client to publish large payload message"
55
authors = ["Amazon Web Service - SNS"]
66
license = "Apache-2.0"
@@ -9,7 +9,7 @@ packages = [{include = "sns_extended_client", from="src"}]
99
homepage = "https://github.com/awslabs/amazon-sns-python-extended-client-lib"
1010
repository = "https://github.com/awslabs/amazon-sns-python-extended-client-lib"
1111
classifiers=[
12-
"Development Status :: 4 - Beta",
12+
"Development Status :: 5 - Production/Stable",
1313
"Intended Audience :: Developers",
1414
"License :: OSI Approved :: Apache Software License",
1515
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)