Skip to content

Commit 63e7346

Browse files
committed
small docs fixes
1 parent b4b3b50 commit 63e7346

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# context-async-sqlalchemy
22

3+
[![PyPI](https://img.shields.io/pypi/v/my-package.svg)](https://pypi.org/project/context-async-sqlalchemy/)
4+
5+
36
ContextVar + async sqlalchemy = happiness.
47

58
A convenient way to configure and interact with async sqlalchemy session

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "context-async-sqlalchemy"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "A convenient way to configure and interact with a async sqlalchemy session through context in asynchronous applications"
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)