Skip to content

Commit eb27d52

Browse files
authored
chore(release): bump to v0.38.1 (#334)
1 parent f6e0a1a commit eb27d52

File tree

2 files changed

+247
-134
lines changed

2 files changed

+247
-134
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ maintainers = [{ name = "Litestar Developers", email = "hello@litestar.dev" }]
1313
name = "sqlspec"
1414
readme = "README.md"
1515
requires-python = ">=3.10, <4.0"
16-
version = "0.38.0"
16+
version = "0.38.1"
1717
classifiers = [
1818
"Development Status :: 5 - Production/Stable",
1919
"Programming Language :: Python :: 3",
@@ -234,7 +234,7 @@ opt_level = "3" # Maximum optimization (0-3)
234234
allow_dirty = true
235235
commit = false
236236
commit_args = "--no-verify"
237-
current_version = "0.38.0"
237+
current_version = "0.38.1"
238238
ignore_missing_files = false
239239
ignore_missing_version = false
240240
message = "chore(release): bump to v{new_version}"

0 commit comments

Comments
 (0)