Skip to content

Commit d7fda7c

Browse files
committed
chore: datashield 0.4
1 parent e9f82ba commit d7fda7c

File tree

3 files changed

+230
-8
lines changed

3 files changed

+230
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ logins = builder.build()
2020
session = DSSession(logins)
2121
session.open()
2222
23-
# do some DataSHIELD analysis stuff
23+
# do some DataSHIELD analysis stuff, see examples folder
2424
2525
session.close()
2626
```

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "datashield-opal"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = ""
55
authors = [
66
{name = "Yannick Marcon", email = "yannick.marcon@obiba.org"}
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
]
2525
dependencies = [
26-
"datashield>=0.2.0",
26+
"datashield>=0.4.0",
2727
"obiba_opal>=6.0.2"
2828
]
2929

0 commit comments

Comments
 (0)