Skip to content

Commit

Permalink
upload new version to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseGrandjonc committed Apr 16, 2019
1 parent c8f5275 commit dc8f378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_multitenant/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
version = (2, 0, 2)
version = (2, 0, 4)

__version__ = ".".join(map(str, version))

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from setuptools import setup, find_packages
setup(
name="django-multitenant",
version="2.0.2",
version="2.0.4",
packages=find_packages(),

#install_requires=['gevent>=1.1.1'],
Expand Down

0 comments on commit dc8f378

Please sign in to comment.