Skip to content

Commit

Permalink
0.9.9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
qiray committed Dec 24, 2018
1 parent a1963a9 commit 2ff54d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion art.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit 2ff54d1

Please sign in to comment.