From 3596e005d4cc91dfa8443284adccf00cc51d3d72 Mon Sep 17 00:00:00 2001 From: Quique Porta Date: Thu, 11 Jun 2020 13:05:41 +0200 Subject: [PATCH] Update license on PyPI --- mamba_django/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mamba_django/__init__.py b/mamba_django/__init__.py index d7fbea2..f4cbf31 100644 --- a/mamba_django/__init__.py +++ b/mamba_django/__init__.py @@ -5,4 +5,4 @@ start_django_transactions ) -__version__ = '0.5.0' +__version__ = '0.6.0' diff --git a/setup.py b/setup.py index 71af5bd..bd0c30b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='mamba-django', version=__version__, - license='GPLv3', + license='MIT/X11', author='Quique Porta', author_email='quiqueporta@gmail.com', description='A Django test runner for mamba (the definitive test runner for Python).',