diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abdeed..fd49533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.3](https://github.com/agrc/sweeper/compare/v2.0.2...v2.0.3) (2025-01-07) + + +### Dependencies + +* **dev:** update pytest-cov requirement from ==5.* to >=5,<7 ([#126](https://github.com/agrc/sweeper/issues/126)) ([8484699](https://github.com/agrc/sweeper/commit/8484699281c55afe3c126ed9a464199a8750ad7f)) + ## [2.0.2](https://github.com/agrc/sweeper/compare/v2.0.1...v2.0.2) (2024-05-08) diff --git a/setup.py b/setup.py index 8176742..93ea807 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="ugrc-sweeper", - version="2.0.2", + version="2.0.3", license="MIT", description="CLI tool for making good data", long_description=(Path(__file__).parent / "readme.md").read_text(),