From c4950bba7d82a5fa6d18cf9b4933595a20cc0d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Sture?= Date: Wed, 24 Apr 2024 21:00:45 +0200 Subject: [PATCH] Release v1.4.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe75842..8c40d04 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def main(): # Run setup script setup(name='pyxtf', - version='1.4.0', + version='1.4.1', description='eXtended Triton Format (XTF) file interface', long_description=long_description, long_description_content_type='text/markdown',