diff --git a/CHANGELOG.md b/CHANGELOG.md index ec3c19b..35089a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [2.1.0] - 2026-07-14 + +Initial PyPI release 🥳 + ## [2.0.0] - 2026-07-14 All bash scripts were ported to the *lim/* Python package with a unified CLI, a mocked test suite, and CI. diff --git a/pyproject.toml b/pyproject.toml index 55eca5d..0d5b931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "linux-image-manager" -version = "1.0.0" +version = "2.1.0" description = "CLI (`lim`) for downloading, verifying and flashing Linux images, LUKS/Btrfs encrypted storage (single drive and RAID1), image backups and chroot maintenance" readme = "README.md" requires-python = ">=3.10"