diff --git a/README.txt b/README.txt index 1b2c9df..2ee1d4e 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -An educational programming package for Python 3.4+. Inspired by Scratch and Processing, sc8pr's aim is to make it easy for new and experienced Python programmers to create animations, games, and other graphics-based programs. +An educational programming package for Python 3.7+. Inspired by Scratch and Processing, sc8pr's aim is to make it easy for new and experienced Python programmers to create animations, games, and other graphics-based programs. Features include: * a simple, event-driven approach to creating interactive animations diff --git a/setup.cfg b/setup.cfg index db171af..0f9e910 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sc8pr -version = 3.0.a1 +version = 3.0.a2 author = D.G. MacCarthy author_email = sc8pr.py@gmail.com url = https://dmaccarthy.github.io/sc8pr