Skip to content

Commit de31a82

Browse files
authored
Update package version in README.md
1 parent 84a9bd9 commit de31a82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ pip3 install exc-analyzer
102102
dpkg-buildpackage -us -uc
103103
```
104104
This consumes the metadata under `debian/` and emits `exc-analyzer_*.deb` artifacts.
105-
For traceability we publish sanitized logs, e.g. `exc-analyzer_1.2.0-1_build.log`.
105+
For traceability we publish sanitized logs, e.g. `exc-analyzer_1.2.1-1_build.log`.
106106
3. Test the resulting `.deb` locally:
107107
```sh
108-
sudo apt install ./exc-analyzer_1.1.9-1_all.deb
108+
sudo apt install ./exc-analyzer_1.2.1-1_all.deb
109109
```
110110
4. The package is assembled via `dh --with python3 --buildsystem=pybuild`, so `pyproject.toml`, localization catalogs, and console scripts are bundled automatically. `Rules-Requires-Root: no` keeps the build user-friendly.
111111

0 commit comments

Comments
 (0)