We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fe6f1 commit 5074e88Copy full SHA for 5074e88
3 files changed
README.md
@@ -1,6 +1,8 @@
1
2
# bubble-data-api-client
3
4
+[](https://pepy.tech/project/bubble-data-api-client)
5
+
6
**Async-first** Python client for the Bubble Data API, offering an **synchronous** and **asynchronous** interfaces.
7
8
## Features
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "bubble-data-api-client"
-version = "0.0.1a6"
+version = "0.0.1a7"
description = "Python client for Bubble Data API"
readme = "README.md"
requires-python = ">=3.13"
src/bubble_data_api_client/main.py
@@ -1 +1 @@
-__VERSION__ = "0.0.1a6"
+__VERSION__ = "0.0.1a7"
0 commit comments