File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# SQLiter
2
2
3
- <!-- ! [PyPI - Version](https://img.shields.io/pypi/v/sqliter-py) -->
3
+ ! [ PyPI - Version] ( https://img.shields.io/pypi/v/sqliter-py )
4
4
[ ![ Test Suite] ( https://github.com/seapagan/sqliter-py/actions/workflows/testing.yml/badge.svg )] ( https://github.com/seapagan/sqliter-py/actions/workflows/testing.yml )
5
5
[ ![ Linting] ( https://github.com/seapagan/sqliter-py/actions/workflows/linting.yml/badge.svg )] ( https://github.com/seapagan/sqliter-py/actions/workflows/linting.yml )
6
6
[ ![ Type Checking] ( https://github.com/seapagan/sqliter-py/actions/workflows/mypy.yml/badge.svg )] ( https://github.com/seapagan/sqliter-py/actions/workflows/mypy.yml )
7
- <!-- ! [PyPI - Python Version](https://img.shields.io/pypi/pyversions/sqliter-py) -->
7
+ ! [ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/sqliter-py )
8
8
9
9
SQLiter is a lightweight Object-Relational Mapping (ORM) library for SQLite
10
10
databases in Python. It provides a simplified interface for interacting with
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " sqliter-py"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
description = " Interact with SQLite databases using Python and Pydantic"
5
5
readme = " README.md"
6
6
requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments