Skip to content

Commit 5f2f18a

Browse files
committed
release to PyPi for first time
1 parent 0bc30cf commit 5f2f18a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
88
[![Checked with mypy](https://img.shields.io/badge/mypy-checked-blue)](http://mypy-lang.org/)
99

10-
> ⚠️ **IN ACTIVE DEVELOPMENT & TESTING WARNING**: This library is currently under active development and is NOT ready for use. Please come back later when we have a first release.
10+
> 📢 **Early Release**: This is an early release of async-cassandra. While it has been tested extensively, you may encounter edge cases. We welcome your feedback and contributions! Please report any issues on our [GitHub Issues](https://github.com/axonops/async-python-cassandra-client/issues) page.
1111
1212
## ✨ Overview
1313

@@ -210,7 +210,7 @@ We understand this requirement may be inconvenient for some users, but it allows
210210
## 🔧 Installation
211211

212212
```bash
213-
# From PyPI (when published)
213+
# From PyPI
214214
pip install async-cassandra
215215

216216
# From source

README_PYPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Python Version](https://img.shields.io/pypi/pyversions/async-cassandra)](https://pypi.org/project/async-cassandra/)
55
[![PyPI Version](https://img.shields.io/pypi/v/async-cassandra)](https://pypi.org/project/async-cassandra/)
66

7-
> ⚠️ **IN ACTIVE DEVELOPMENT**: This library is currently under active development. Please check the GitHub repository for the latest updates.
7+
> 📢 **Early Release**: This is an early release of async-cassandra. While it has been tested extensively, you may encounter edge cases. We welcome your feedback and contributions! Please report any issues on our [GitHub Issues](https://github.com/axonops/async-python-cassandra-client/issues) page.
88
99
## 🎯 Overview
1010

0 commit comments

Comments
 (0)