Skip to content

Commit

Permalink
Merge tag '1.6.0' into develop
Browse files Browse the repository at this point in the history
1.6.0

Added support for Python version 3.11 and 3.12
  • Loading branch information
goranvrbaski committed Oct 8, 2024
2 parents 0fda08f + 6518afe commit d4311f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='python-namesilo',
version='1.5.0',
version='1.6.0',
packages=find_packages(exclude=['docs', 'tests']),
install_requires=['requests', 'xmltodict'],
python_requires='>=3.7,<=3.12',
Expand Down

0 comments on commit d4311f5

Please sign in to comment.