We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb0d84 commit 13fb447Copy full SHA for 13fb447
ChangeLog.md
@@ -1,5 +1,11 @@
1
# Complexitty ChangeLog
2
3
+## v0.1.0
4
+
5
+**Released: 2025-04-19**
6
7
+- Initial release.
8
9
## v0.0.1
10
11
**Released: 2025-04-15**
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "complexitty"
-version = "0.0.1"
+version = "0.1.0"
description = "A simple Mandelbrot Set explorer for the terminal"
authors = [
{ name = "Dave Pearson", email = "[email protected]" }
0 commit comments