Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaccarthy committed Mar 18, 2023
1 parent 4e0776a commit 88ac195
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,11 @@ For more information, please see the [tutorial and reference](https://dmaccarthy

# Installation

Latest stable release (2.2):
Latest stable release (3.0):
```
pip3 install sc8pr
```

Beta release (3.0.b0): Please note that **sc8prx** includes “extras” that have dependencies other than **pygame**. Use **sc8pr** instead of **sc8prx** if you just want the core features with no extra dependencies.
```
pip3 install sc8prx==3.0b0
```

Alternatively, you can download **sc8pr** from GitHub and run it from the source code. Ensure that **pygame 2** is installed!

See the documentation for more [detailed instructions](https://dmaccarthy.github.io/sc8pr/?inst).

You can also preview the forthcoming [sc8pr 3 documentation](https://dmaccarthy.github.io/sc8pr3/)
2 changes: 1 addition & 1 deletion sc8pr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with "sc8pr". If not, see <http://www.gnu.org/licenses/>.


version = 3, 0, "dev"
version = 3, 0, 0
print("sc8pr {}.{}.{}: https://dmaccarthy.github.io/sc8pr".format(*version))

import sys, struct
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sc8pr
version = 3.0.dev
version = 3.0.0
author = D.G. MacCarthy
author_email = [email protected]
url = https://dmaccarthy.github.io/sc8pr
Expand All @@ -10,7 +10,7 @@ long_description_content_type = text/markdown
keywords = graphics animation sprite gui robotics pygame educational
license = GPLv3
classifiers =
Development Status :: 4 - Beta
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Education
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Expand Down

0 comments on commit 88ac195

Please sign in to comment.