Skip to content

Commit a73376e

Browse files
committed
fix README badges
Signed-off-by: Grant Ramsay <[email protected]>
1 parent 64e294f commit a73376e

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
@@ -1,10 +1,10 @@
11
# SQLiter
22

3-
<!-- ![PyPI - Version](https://img.shields.io/pypi/v/sqliter-py) -->
3+
![PyPI - Version](https://img.shields.io/pypi/v/sqliter-py)
44
[![Test Suite](https://github.com/seapagan/sqliter-py/actions/workflows/testing.yml/badge.svg)](https://github.com/seapagan/sqliter-py/actions/workflows/testing.yml)
55
[![Linting](https://github.com/seapagan/sqliter-py/actions/workflows/linting.yml/badge.svg)](https://github.com/seapagan/sqliter-py/actions/workflows/linting.yml)
66
[![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)
88

99
SQLiter is a lightweight Object-Relational Mapping (ORM) library for SQLite
1010
databases in Python. It provides a simplified interface for interacting with

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sqliter-py"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Interact with SQLite databases using Python and Pydantic"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)