No description
- Python 100%
|
Jarkko Sakkinen
55fab1d7af
build: bump version to 0.1.3
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi> |
||
|---|---|---|
| src/eth0 |
fix: linting errors reported by ruff
|
|
| .gitignore | Epoch | |
| .gitlab-ci.yml | build: add the release stage to pypi | |
| LICENSE | Epoch | |
| pyproject.toml | build: bump version to 0.1.3 | |
| README.md | docs: document the development process | |
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