From 6d9c2d1b74001fb446cbcfcc8f335aa9e1448221 Mon Sep 17 00:00:00 2001 From: Laurent Thomas Date: Thu, 31 Aug 2023 10:15:15 +0200 Subject: [PATCH] MIT licence --- CHANGELOG.md | 4 ++++ MTM/version.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3663ade..ca01a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.6.6] - 2023-08-31 + +### Changed +- Changed licence to MIT ## [1.6.5] - 2023-06-12 diff --git a/MTM/version.py b/MTM/version.py index b656f3a..e4c4e9a 100644 --- a/MTM/version.py +++ b/MTM/version.py @@ -2,4 +2,4 @@ # 1) we don't load dependencies by storing it in __init__.py # 2) we can import it in setup.py for the same reason # 3) we can import it into your module module -__version__ = '1.6.5' \ No newline at end of file +__version__ = '1.6.6' \ No newline at end of file diff --git a/setup.py b/setup.py index f7dff86..174fe49 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Topic :: Scientific/Engineering :: Image Recognition", "Intended Audience :: Science/Research"