Skip to content

Commit

Permalink
Version: sake-0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Aug 7, 2024
1 parent 61068f5 commit fb04c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='sakee',
version="0.1.7",
version="0.1.8",
url='https://github.com/retrospect-addon/kodi.emulator.ascii',
author='Bas Rieter',
description='SAKÉ can help you to debug and develop Kodi Python add-ons',
Expand All @@ -25,5 +25,5 @@
'Tracker': 'https://github.com/retrospect-addon/kodi.emulator.ascii/issues',
},
zip_safe=False,
python_requires='>=2.7'
python_requires='>=3.0'
)

0 comments on commit fb04c7b

Please sign in to comment.