Bump version

This commit is contained in:
Adrian Moennich 2021-07-28 12:19:30 +02:00
parent a75f48a034
commit e9b4bc874d
2 changed files with 3 additions and 2 deletions

View File

@ -48,7 +48,7 @@ __title__ = 'indico_sixpay'
__summary__ = 'Indico EPayment Plugin for SixPay services'
__url__ = 'https://github.com/maxfischer2781/indico_sixpay'
__version__ = '2.0.2'
__version__ = '3.0-dev'
__author__ = 'Max Fischer'
__email__ = 'maxfischer2781@gmail.com'
__copyright__ = '2017 - 2018 %s' % __author__

View File

@ -22,7 +22,8 @@ setup(
},
packages=find_packages(),
package_data={'indico_sixpay': ['templates/*.html']},
install_requires=['requests', 'indico>=2.0', 'iso4217'],
install_requires=['requests', 'indico>=3.0', 'iso4217'],
python_requires='~=3.9.0',
license='GPLv3+',
classifiers=[
'Development Status :: 5 - Production/Stable',