Skip to content

Commit f371706

Browse files
authored
Merge pull request #15 from Golem-Base/rvdp/dev
chore: bump version
2 parents 95a9228 + de3cc7b commit f371706

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

example/pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,9 @@ report_progress = true
7979

8080
[tool.uv.sources]
8181
golem-base-sdk = { path = "../", editable = true }
82+
83+
[dependency-groups]
84+
dev = [
85+
"pylsp-mypy>=0.7.0",
86+
"python-lsp-server>=1.12.2",
87+
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "golem-base-sdk"
77
authors = [
88
{name = "rvdp", email = "online@well-founded.dev"},
99
]
10-
version = "0.0.5"
10+
version = "0.0.6"
1111
readme = "README.md"
1212
license = "GPL-3.0-only"
1313
requires-python = ">=3.12"

0 commit comments

Comments
 (0)