Skip to content

Commit 2d5ccbd

Browse files
committed
chore: prepare next version
1 parent 57dba4c commit 2d5ccbd

File tree

3 files changed

+25
-21
lines changed

3 files changed

+25
-21
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
install:
22
uv sync --all-extras
33

4+
update:
5+
rm uv.lock
6+
uv sync
7+
48
test:
59
uv run --all-extras pytest
610

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "datashield"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "DataSHIELD Client Interface in Python."
55
authors = [
66
{name = "Yannick Marcon", email = "yannick.marcon@obiba.org"}

uv.lock

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

0 commit comments

Comments
 (0)