Skip to content

Commit 76447ba

Browse files
authored
Merge pull request #4 from Golem-Base/rvdp/release
chore: add urls
2 parents c3e584f + 66de756 commit 76447ba

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

example/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dynamic = ["version", "description"]
1414

1515
dependencies = [
1616
"web3",
17-
"rlp",
1817
"pyxdg",
1918
]
2019

golem_base_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
from .utils import parse_legacy_btl_extended_log, rlp_encode_transaction
5252

5353

54-
__version__ = "0.0.2"
54+
__version__ = "0.0.3"
5555

5656

5757
logger = logging.getLogger(__name__)

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ dependencies = [
1616
"web3",
1717
"rlp",
1818
]
19+
20+
[project.urls]
21+
Homepage = "https://github.com/Golem-Base/"
22+
Documentation = "https://golem-base.github.io/python-sdk/golem_base_sdk.html"
23+
Repository = "https://github.com/Golem-Base/python-sdk"
24+
Issues = "https://github.com/Golem-Base/python-sdk/issues"

0 commit comments

Comments
 (0)