diff --git a/README.md b/README.md index 7804cb3..2738f9b 100644 --- a/README.md +++ b/README.md @@ -120,4 +120,4 @@ Licensed under the [MIT License][license] [pypi]: https://pypi.org/project/PyUdisk [pypi-files]: https://pypi.org/project/PyUdisk/#files [pypi-repo]: https://packaging.python.org/tutorials/packaging-projects/ -[release-notes]: https://github.com/thevickypedia/PyUdisk/blob/master/release_notes.rst +[release-notes]: https://github.com/thevickypedia/PyUdisk/blob/main/release_notes.rst diff --git a/pyudisk/__init__.py b/pyudisk/__init__.py index 3621a37..ce8da6e 100644 --- a/pyudisk/__init__.py +++ b/pyudisk/__init__.py @@ -7,7 +7,7 @@ from .main import generate_report, monitor, smart_metrics # noqa: F401 -version = "2.0.0" +version = "2.0.1" @click.command() diff --git a/release_notes.rst b/release_notes.rst index 5e9e9c2..809b284 100644 --- a/release_notes.rst +++ b/release_notes.rst @@ -1,6 +1,10 @@ Release Notes ============= +v2.0.1 (01/05/2025) +------------------- +- Bump the minimum required version for `PyArchitecture` + v2.0.0 (01/05/2025) ------------------- - Includes windows compatibility diff --git a/requirements.txt b/requirements.txt index ce90623..d9326c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click==8.1.* psutil==6.0.* -PyArchitecture>=0.2.0 +PyArchitecture>=0.3.0 pydantic==2.* pydantic-settings==2.*