diff --git a/README.md b/README.md index 5894291..c432023 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ from various AWS APIs, as well as a CLI interface. This is in early development. +[![PyPI version](https://badge.fury.io/py/aws-data-tools.svg)](https://badge.fury.io/py/aws-data-tools) +![Build](https://github.com/timoguin/aws-data-tools/actions/workflows/main.yml/badge.svg) + ## Installation Using pip should work on any system with at least Python 3.9: diff --git a/pyproject.toml b/pyproject.toml index 0fe2dc5..9cd01a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ repository = "https://github.com/timoguin/aws-data-tools-py" documentation = "https://timoguin.github.io/aws-data-tools-py" keywords = ["aws", "etl", "library"] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python",