Skip to content

Commit 8b42a7d

Browse files
committed
bump version
1 parent 23fe65a commit 8b42a7d

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ PScript
66

77

88
PScript is a Python to JavaScript compiler, and is also the name of the subset
9-
of Python that this compiler supports. It was developed as a part of
10-
[Flexx](https://flexx.app) (as `flexx.pyscript`) and is now represented
11-
by its own project. Although it is still an important part of Flexx, it can
12-
also be useful by itself.
9+
of Python that this compiler supports. It was originally developed as a part of
10+
[Flexx]https://github.com/flexxui/flexx) and is now a project on its own.
1311

1412

1513
Installation
@@ -18,9 +16,9 @@ Installation
1816
PScript is pure Python and requires Python 3.6+ (including Pypy).
1917
It has no further dependencies.
2018

21-
* ``pip install pscript``, or
22-
* ``conda install pscript -c conda-forge``
23-
19+
```
20+
pip install pscript
21+
```
2422

2523

2624
Short example

pscript/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243

244244
# ruff: noqa: E402, F401, F403
245245

246-
__version__ = "0.7.7"
246+
__version__ = "0.8.0"
247247

248248
import sys
249249
import logging

0 commit comments

Comments
 (0)