Skip to content

Commit 39bab00

Browse files
committed
bump version, add repository url to pyproject.toml
1 parent 72e7026 commit 39bab00

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[project]
22
name = "magicpickle"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "A wrapper around magic-wormhole and joblib to send pickled objects across the internet."
55
readme = "README.md"
6-
license = {file = "LICENSE"}
6+
license = {text = "MIT License"}
77
dependencies = [
88
"joblib",
99
"magic-wormhole",
1010
]
11+
12+
[project.urls]
13+
Repository = "https://github.com/jasonkena/magicpickle"

0 commit comments

Comments
 (0)