From 7747dcb4b1bfb82ab6a693e3d38bcf42d9fb35b0 Mon Sep 17 00:00:00 2001
From: pcain <pcain@usgs.gov>
Date: Thu, 18 Nov 2021 14:51:12 -0700
Subject: [PATCH] bump version to 1.4.4

---
 code.json      | 2 +-
 pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/code.json b/code.json
index bc2880964..e638a040f 100644
--- a/code.json
+++ b/code.json
@@ -3,7 +3,7 @@
     "name": "geomag-algorithms",
     "organization": "U.S. Geological Survey",
     "description": "Library for processing Geomagnetic timeseries data.",
-    "version": "1.4.3",
+    "version": "1.4.4",
     "status": "Development",
 
     "permissions": {
diff --git a/pyproject.toml b/pyproject.toml
index c41865f9c..21aead832 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ packages = [
   {include = "geomagio" }
 ]
 repository="https://code.usgs.gov/ghsc/geomag/geomag-algorithms"
-version = "1.4.3"
+version = "1.4.4"
 
 
 [tool.poetry.dependencies]
-- 
GitLab