diff options
| author | Brett Curran <brettjcurran@gmail.com> | 2026-05-29 17:17:58 +1000 |
|---|---|---|
| committer | Brett Curran <brettjcurran@gmail.com> | 2026-05-29 17:17:58 +1000 |
| commit | 95ac44d2f43e50959c7fffa169013ff97973ebb8 (patch) | |
| tree | 675861d7eade06df8055fefdcb883fb7334624ca | |
| parent | fd3d3911734b4de3158521a589d511128a9e3810 (diff) | |
Bump version: 0.3.0 → 0.4.0main
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4255c1d..b48cabe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xwing-sensor" -version = "0.3.0" +version = "0.4.0" description = "SI7021 temperature/humidity sensor display for Waveshare 2.13in e-Paper HAT" requires-python = ">=3.13" dependencies = [ @@ -23,7 +23,7 @@ build-backend = "hatchling.build" packages = ["src/xwing_sensor"] [tool.bumpversion] -current_version = "0.3.0" +current_version = "0.4.0" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" |
