Skip to content

Commit ac6829d

Browse files
authored
Merge pull request #9 from Golem-Base/rvdp/uv
chore: bump version to 0.0.4
2 parents dd300fd + 123debd commit ac6829d

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

example/golem_base_sdk_example/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
)
1717
from xdg import BaseDirectory
1818

19-
__version__ = "0.0.1"
20-
2119
logging.config.dictConfig(
2220
{
2321
"version": 1,

golem_base_sdk/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@
5252
)
5353
from .utils import parse_legacy_btl_extended_log, rlp_encode_transaction
5454

55-
__version__ = "0.0.3"
56-
5755
__all__: Sequence[str] = [
5856
# Exports from .types
5957
"Address",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "golem-base-sdk"
77
authors = [
88
{name = "rvdp", email = "online@well-founded.dev"},
99
]
10-
version = "0.0.3"
10+
version = "0.0.4"
1111
readme = "README.md"
1212
license = "GPL-3.0-only"
1313
requires-python = ">=3.12"

0 commit comments

Comments
 (0)