From 391a1a04744d02f13f32dfa644b3b7890431f7c3 Mon Sep 17 00:00:00 2001 From: rroodll <139884082+rroodll@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:32:37 -0400 Subject: [PATCH] Increasing version number for #18 https://github.com/isi-usc-edu/pyLIQTR/issues/18 We are releasing this fix so tying a specific version to it. --- src/pyLIQTR/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyLIQTR/_version.py b/src/pyLIQTR/_version.py index c68196d..a955fda 100644 --- a/src/pyLIQTR/_version.py +++ b/src/pyLIQTR/_version.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.2.1"