diff --git a/boto3_post_conditions/py.typed b/boto3_post_conditions/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 321c9db..b3ef788 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "boto3-post-conditions" -version = "0.1.0" +version = "0.2.0" description = "Remove retry logic from boto3 clients by enforcing post-conditions." readme = "README.md" repository = "https://github.com/jeking3/boto3-post-conditions/" @@ -8,7 +8,7 @@ keywords = ["boto3", "aws", "eventual consistency", "retry"] authors = ["James E. King III "] license = "Apache-2.0" classifiers = [ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3",