Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomturner committed Jan 19, 2022
1 parent eee77af commit af783b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Expand Up @@ -8,7 +8,7 @@
except ImportError:
from distutils.core import setup

__version__ = "3.4.1"
__version__ = "3.4.2"

setup(
name='django-tenants',
Expand Down Expand Up @@ -45,15 +45,17 @@
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 4.0',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Software Development :: Libraries :: Python Modules'
],
install_requires=[
'Django >= 2.1,<=4.0',
'Django >= 2.1,<=4.1',
],
zip_safe=False,
)

0 comments on commit af783b4

Please sign in to comment.