File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = '1.7.0 '
61
+ version = '1.7.1rc1 '
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '1.7.0 '
63
+ release = '1.7.1rc1 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ def gssapi_modules(lst):
344
344
345
345
setup (
346
346
name = 'gssapi' ,
347
- version = '1.7.0 ' ,
347
+ version = '1.7.1rc1 ' ,
348
348
author = 'The Python GSSAPI Team' ,
349
349
author_email = 'jborean93@gmail.com' ,
350
350
packages = ['gssapi' , 'gssapi.raw' , 'gssapi.raw._enum_extensions' ,
@@ -362,6 +362,7 @@ def gssapi_modules(lst):
362
362
'Programming Language :: Python :: 3.7' ,
363
363
'Programming Language :: Python :: 3.8' ,
364
364
'Programming Language :: Python :: 3.9' ,
365
+ 'Programming Language :: Python :: 3.10' ,
365
366
'Intended Audience :: Developers' ,
366
367
'License :: OSI Approved :: ISC License (ISCL)' ,
367
368
'Programming Language :: Python :: Implementation :: CPython' ,
You can’t perform that action at this time.
0 commit comments