Skip to content

Commit 88ac195

Browse files
committed
Release 3.0.0
1 parent 4e0776a commit 88ac195

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,11 @@ For more information, please see the [tutorial and reference](https://dmaccarthy
1717

1818
# Installation
1919

20-
Latest stable release (2.2):
20+
Latest stable release (3.0):
2121
```
2222
pip3 install sc8pr
2323
```
2424

25-
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.
26-
```
27-
pip3 install sc8prx==3.0b0
28-
```
29-
3025
Alternatively, you can download **sc8pr** from GitHub and run it from the source code. Ensure that **pygame 2** is installed!
3126

3227
See the documentation for more [detailed instructions](https://dmaccarthy.github.io/sc8pr/?inst).
33-
34-
You can also preview the forthcoming [sc8pr 3 documentation](https://dmaccarthy.github.io/sc8pr3/)

sc8pr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# along with "sc8pr". If not, see <http://www.gnu.org/licenses/>.
1717

1818

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

2222
import sys, struct

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sc8pr
3-
version = 3.0.dev
3+
version = 3.0.0
44
author = D.G. MacCarthy
55
author_email = sc8pr.py@gmail.com
66
url = https://dmaccarthy.github.io/sc8pr
@@ -10,7 +10,7 @@ long_description_content_type = text/markdown
1010
keywords = graphics animation sprite gui robotics pygame educational
1111
license = GPLv3
1212
classifiers =
13-
Development Status :: 4 - Beta
13+
Development Status :: 5 - Production/Stable
1414
Intended Audience :: Developers
1515
Intended Audience :: Education
1616
License :: OSI Approved :: GNU General Public License v3 (GPLv3)

0 commit comments

Comments
 (0)