Skip to content

Commit

Permalink
Update license on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
quiqueporta committed Jun 11, 2020
1 parent 5bce92f commit 3596e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mamba_django/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
start_django_transactions
)

__version__ = '0.5.0'
__version__ = '0.6.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name='mamba-django',
version=__version__,
license='GPLv3',
license='MIT/X11',
author='Quique Porta',
author_email='[email protected]',
description='A Django test runner for mamba (the definitive test runner for Python).',
Expand Down

0 comments on commit 3596e00

Please sign in to comment.