Skip to content

Commit

Permalink
Release 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernst committed Jul 15, 2024
1 parent 5eb0922 commit a479219
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 @@ -10,15 +10,15 @@
setup(
name='django-walletpass',
python_requires='>=3.10.0',
version='4.0',
version='4.1',
author='Develatio Technologies S.L.',
author_email='[email protected]',
packages=find_packages(),
include_package_data=True,
url='http://github.com/develatio/django-walletpass/',
license='BSD',
install_requires=[
'Django>=3.2.9,<4.2',
'Django>=3.2.9',
'cryptography>=2.4.2',
'aioapns~=2.2',
'pyopenssl',
Expand Down

0 comments on commit a479219

Please sign in to comment.