Skip to content

Commit

Permalink
MIT licence
Browse files Browse the repository at this point in the history
LauLauThom committed Aug 31, 2023
1 parent 7f12ffd commit 6d9c2d1
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion MTM/version.py
Original file line number Diff line number Diff line change
@@ -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'
__version__ = '1.6.6'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 6d9c2d1

Please sign in to comment.