Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Jan 27, 2025
1 parent 23fe65a commit 8b42a7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ PScript


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


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

* ``pip install pscript``, or
* ``conda install pscript -c conda-forge``

```
pip install pscript
```


Short example
Expand Down
2 changes: 1 addition & 1 deletion pscript/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@

# ruff: noqa: E402, F401, F403

__version__ = "0.7.7"
__version__ = "0.8.0"

import sys
import logging
Expand Down

0 comments on commit 8b42a7d

Please sign in to comment.