From 17d56fa25df0f996f16cc1aebdce0f5f088e264a Mon Sep 17 00:00:00 2001 From: Christine Naomi Louise Gammans Date: Tue, 10 Sep 2024 15:25:34 -0600 Subject: [PATCH] incrementing version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f5edcf..b484cd5 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ doclines = __doc__.split("\n") setup(name='pisces', - version='0.4.4', + version='0.4.5', description='A Practical Seismological Database Library in Python.', long_description=long_description, long_description_content_type="text/markdown", # setuptools >= 38.6.0