Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6d9c2d1

Browse files
author
Laurent Thomas
committed
MIT licence
1 parent 7f12ffd commit 6d9c2d1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [1.6.6] - 2023年08月31日
7+
8+
### Changed
9+
- Changed licence to MIT
610

711
## [1.6.5] - 2023年06月12日
812

‎MTM/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# 1) we don't load dependencies by storing it in __init__.py
33
# 2) we can import it in setup.py for the same reason
44
# 3) we can import it into your module module
5-
__version__ = '1.6.5'
5+
__version__ = '1.6.6'

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
classifiers=[
2929
"Programming Language :: Python :: 3",
30-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
30+
"License :: OSI Approved :: MIT License",
3131
"Operating System :: OS Independent",
3232
"Topic :: Scientific/Engineering :: Image Recognition",
3333
"Intended Audience :: Science/Research"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /