Skip to content

Commit 99e70ca

Browse files
committed
version bump
1 parent 7c9b8cf commit 99e70ca

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

python/setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='opensextant',
17-
version='1.5.7',
17+
version='1.5.8',
1818

1919
description='OpenSextant APIs and Utilities',
2020
long_description=long_description,
@@ -47,7 +47,8 @@
4747
# Python 3+ only. Python 2 support remains in ver 1.1.x
4848
'Programming Language :: Python :: 3.8',
4949
'Programming Language :: Python :: 3.9',
50-
'Programming Language :: Python :: 3.10'
50+
'Programming Language :: Python :: 3.10',
51+
'Programming Language :: Python :: 3.11'
5152
],
5253

5354
# What does your project relate to?

0 commit comments

Comments
 (0)