diff --git a/ChangeLog.md b/ChangeLog.md index 4e5c2de..3062b08 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # Complexitty ChangeLog -## v0.4.0 +## v0.3.0 -**Released: WiP** +**Released: 2025-04-25** - Added a couple more colour options. ([#9](https://github.com/davep/complexitty/pull/9)) diff --git a/pyproject.toml b/pyproject.toml index 8976f90..fa6f5e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "complexitty" -version = "0.2.0" +version = "0.3.0" description = "A simple Mandelbrot Set explorer for the terminal" authors = [ { name = "Dave Pearson", email = "davep@davep.org" }