diff --git a/setup.py b/setup.py index 5a6ef5a..ad9b543 100755 --- a/setup.py +++ b/setup.py @@ -278,7 +278,7 @@ def gssapi_modules(lst): setup( name='gssapi', - version='1.10.0', + version='1.10.1', author='The Python GSSAPI Team', author_email='jborean93@gmail.com', packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions', @@ -291,7 +291,7 @@ def gssapi_modules(lst): long_description=long_desc, long_description_content_type='text/x-rst', license='ISC', - license_files=['LICENCE.txt'], + license_files=['LICENSE.txt'], url="https://github.com/pythongssapi/python-gssapi", python_requires=">=3.9", classifiers=[