Skip to content

Commit 5acb5b1

Browse files
committed
Fix up classifier from typo
Signed-off-by: Jordan Borean <jborean93@gmail.com>
1 parent 02a1dbe commit 5acb5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def gssapi_modules(lst):
310310

311311
setup(
312312
name='gssapi',
313-
version='1.11.0',
313+
version='1.11.1',
314314
author='The Python GSSAPI Team',
315315
author_email='jborean93@gmail.com',
316316
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',
@@ -336,7 +336,7 @@ def gssapi_modules(lst):
336336
'Programming Language :: Python :: 3.12',
337337
'Programming Language :: Python :: 3.13',
338338
'Programming Language :: Python :: 3.14',
339-
"Programming Language :: Python :: Free Threading :: 2 - Beta"
339+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
340340
'Intended Audience :: Developers',
341341
'Programming Language :: Python :: Implementation :: CPython',
342342
'Programming Language :: Cython',

0 commit comments

Comments
 (0)