From 01752639f3703a3fe6c987ccdda3a66b93ec96a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Jan 2024 04:50:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20hatch-pip-compile=201.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v1.9.1](https://github.com/juftin/hatch-pip-compile/compare/v1.9.0...v1.9.1) (2024-01-09) ## 🐛 Bug Fixes - [`9924e1f`](https://github.com/juftin/hatch-pip-compile/commit/9924e1f) regex safe constraints path (Issues: [`#57`](https://github.com/juftin/hatch-pip-compile/issues/57)) [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 f839962..040517f 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.9.0" +__version__ = "1.9.1"