File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Complexitty ChangeLog
2
2
3
+ ## v0.1.1
4
+
5
+ ** Released: 2025-04-19**
6
+
7
+ - Fixed wrong licence classifier in the package metadata.
8
+
3
9
## v0.1.0
4
10
5
11
** Released: 2025-04-19**
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " complexitty"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
description = " A simple Mandelbrot Set explorer for the terminal"
5
5
authors = [
6
6
{
name =
" Dave Pearson" ,
email =
" [email protected] " }
@@ -23,7 +23,7 @@ keywords = [
23
23
" maths" ,
24
24
]
25
25
classifiers = [
26
- " License :: OSI Approved :: MIT License" ,
26
+ " License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) " ,
27
27
" Environment :: Console" ,
28
28
" Development Status :: 3 - Alpha" ,
29
29
" Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments