Skip to content

Commit 37effb2

Browse files
committed
bump to 0.1.4
1 parent 4dc260d commit 37effb2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "physionet"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
authors = [
99
{ name="Tom Pollard", email="[email protected]" },
1010
]
@@ -30,6 +30,10 @@ dev = [
3030
"pytest>=7.0.0",
3131
"requests-mock>=1.9.0",
3232
]
33+
build = [
34+
"build>=0.10.0",
35+
"twine>=4.0.0",
36+
]
3337

3438
[tool.black]
3539
line-length = 119

0 commit comments

Comments
 (0)