Skip to content

Commit 5074e88

Browse files
committed
prepare release 0.0.1a7
1 parent 61fe6f1 commit 5074e88

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
# bubble-data-api-client
33

4+
[![Downloads](https://static.pepy.tech/badge/bubble-data-api-client/month)](https://pepy.tech/project/bubble-data-api-client)
5+
46
**Async-first** Python client for the Bubble Data API, offering an **synchronous** and **asynchronous** interfaces.
57

68
## Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bubble-data-api-client"
3-
version = "0.0.1a6"
3+
version = "0.0.1a7"
44
description = "Python client for Bubble Data API"
55
readme = "README.md"
66
requires-python = ">=3.13"

src/bubble_data_api_client/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "0.0.1a6"
1+
__VERSION__ = "0.0.1a7"

0 commit comments

Comments
 (0)