Skip to content

Commit 8401cf1

Browse files
authored
🔀 Merge pull request #3 from davep/fix-metadata
Fix metadata
2 parents a27e9d2 + fc9e1bc commit 8401cf1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Complexitty ChangeLog
22

3+
## v0.1.1
4+
5+
**Released: 2025-04-19**
6+
7+
- Fixed wrong licence classifier in the package metadata.
8+
39
## v0.1.0
410

511
**Released: 2025-04-19**

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "complexitty"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A simple Mandelbrot Set explorer for the terminal"
55
authors = [
66
{ name = "Dave Pearson", email = "[email protected]" }
@@ -23,7 +23,7 @@ keywords = [
2323
"maths",
2424
]
2525
classifiers = [
26-
"License :: OSI Approved :: MIT License",
26+
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
2727
"Environment :: Console",
2828
"Development Status :: 3 - Alpha",
2929
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)