Skip to content

Commit 577a81e

Browse files
committed
chore: release trigger
1 parent 9270d5f commit 577a81e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
1919
- repo: https://github.com/charliermarsh/ruff-pre-commit
20-
rev: "v0.7.0"
20+
rev: "v0.7.1"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
# SQLSpec
1313

14-
SQL Expiriments in Python
14+
SQL Experiments in Python

docs/PYPI_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
# SQLSpec
1010

11-
SQL Expiriments in Python
11+
SQL Experiments in Python

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
authors = [{ name = "Cody Fincher", email = "cody@litestar.dev" }]
33
dependencies = [ "typing-extensions>=4.0.0",
44
"eval_type_backport; python_version <= \"3.9\"",]
5-
description = "SQL Expiriments in Python"
5+
description = "SQL Experiments in Python"
66
maintainers = [
77
{ name = "Litestar Developers", email = "hello@litestar.dev" },
88
]
99
name = "sqlspec"
1010
readme = "README.md"
1111
requires-python = ">=3.9, <4.0"
12-
version = "0.1.0"
12+
version = "0.1.1"
1313

1414
[build-system]
1515
build-backend = "hatchling.build"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)