diff --git a/README.md b/README.md index 902f1f1..8dfbbc2 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ I'd like to thank: Andrej Bauer for wonderful online random art project (http://www.random-art.org/online/), original Python randomart code (http://math.andrej.com/2010/04/21/random-art-in-python/) and great ideas which lead to this project. -Matt DesLauriers for cool color-wander project (http://color-wander.surge.sh/) and (https://github.com/mattdesl/color-wander) and nice palettes used in this project. +Matt DesLauriers for cool color-wander project (http://color-wander.surge.sh/ and https://github.com/mattdesl/color-wander) and nice palettes used in this project. Volodymyr Shymanskyy for his JS randomart project (https://github.com/vshymanskyy/randomart) that gave me some ideas such as mindepth and some operators. diff --git a/art.py b/art.py index 91b2aa7..d638915 100644 --- a/art.py +++ b/art.py @@ -67,7 +67,7 @@ APP_NAME = "MathArtist" VERSION_MAJOR = 0 VERSION_MINOR = 9 -VERSION_BUILD = 5 +VERSION_BUILD = 9 class Art(): """Math art generator class"""