Skip to content

Commit bc2afb2

Browse files
committed
chore(build): bump version to 0.4.2 and stdl
1 parent b3f8bff commit bc2afb2

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "objinspect"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "A high-level library for Python object inspection"
55
authors = [{ name = "Žiga Ivanšek", email = "ziga.ivansek@gmail.com" }]
66
license = { file = "LICENSE" }
77
readme = "README.md"
88
requires-python = ">=3.10"
99
dependencies = [
1010
"docstring-parser>=0.17.0",
11-
"stdl>=0.6.8",
11+
"stdl>=0.7.0",
1212
"typing-extensions>=4.7.1",
1313
]
1414

uv.lock

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

0 commit comments

Comments
 (0)