From 99e70ca8f6279437734267f978404552c53f4fee Mon Sep 17 00:00:00 2001 From: Marc Ubaldino Date: Sun, 7 Apr 2024 09:07:38 -0400 Subject: [PATCH] version bump --- python/setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 9c8b1bd0..31cce4d0 100644 --- a/python/setup.py +++ b/python/setup.py @@ -14,7 +14,7 @@ setup( name='opensextant', - version='1.5.7', + version='1.5.8', description='OpenSextant APIs and Utilities', long_description=long_description, @@ -47,7 +47,8 @@ # Python 3+ only. Python 2 support remains in ver 1.1.x 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: 3.10' + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11' ], # What does your project relate to?