1
0
Fork
You've already forked eth0
0
No description
  • Python 100%
Jarkko Sakkinen 55fab1d7af build: bump version to 0.1.3
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
2024年06月17日 21:02:34 +03:00
src/eth0 fix: linting errors reported by ruff 2024年06月13日 20:16:46 +03:00
.gitignore Epoch 2024年06月12日 22:36:11 +03:00
.gitlab-ci.yml build: add the release stage to pypi 2024年06月14日 13:15:51 +03:00
LICENSE Epoch 2024年06月12日 22:36:11 +03:00
pyproject.toml build: bump version to 0.1.3 2024年06月17日 21:02:34 +03:00
README.md docs: document the development process 2024年06月14日 15:43:04 +03:00

Environment

uv venv
source .venv/bin/activate
uv pip install eth_account eth_keys

Commits

Commit messaged follow Conventional Commits specification.

Versioning

Versioning follows Semantic Versioning specification.

A new version is created as follows:

git tag -s $MAJOR.$MINOR.$PATCH -m $MAJOR.$MINOR.$PATCH
git push origin $MAJOR.$MINOR.$PATCH

Resources