From c958813869d535f4a5b1840224885e53d480ca42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jan 2024 19:43:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20hatch-pip-compile=201.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v1.9.0](https://github.com/juftin/hatch-pip-compile/compare/v1.8.3...v1.9.0) (2024-01-02) ## ✨ New Features - [`99767d9`](https://github.com/juftin/hatch-pip-compile/commit/99767d9) exhaustive dependencies in sync (Issues: [`#51`](https://github.com/juftin/hatch-pip-compile/issues/51)) [skip ci] --- hatch_pip_compile/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_pip_compile/__about__.py b/hatch_pip_compile/__about__.py index 8d19359..f839962 100644 --- a/hatch_pip_compile/__about__.py +++ b/hatch_pip_compile/__about__.py @@ -5,4 +5,4 @@ __author__ = "Justin Flannery" __email__ = "juftin@juftin.com" __application__ = "hatch-pip-compile" -__version__ = "1.8.3" +__version__ = "1.9.0"