Skip to content

Commit

Permalink
Release version 0.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
weaversam8 committed Jun 14, 2023
1 parent 96e68eb commit 1062073
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# examples/*.csv
**/__pycache__
.python-version
.tool-versions
venv/
*.egg-info/
dist/
build/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This library currently supports the compiled story format from Yarn Spinner 1.0.
Right now, the library can be installed directly from source or from [our Releases page](https://github.com/relaypro-open/YarnRunner-Python/releases). We plan to publish the library on PyPi in the near future.

```
pip install git+https://github.com/relaypro-open/YarnRunner-Python@v0.0.2#egg=yarnrunner_python
pip install git+https://github.com/relaypro-open/YarnRunner-Python@v0.2.5#egg=yarnrunner_python
```

#### Using the library
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = yarnrunner-python
version = 0.2.4
version = 0.2.5
author = Sam Weaver
author_email = [email protected]
description = An unofficial Python interpreter for compiled Yarn Spinner programs.
Expand Down

0 comments on commit 1062073

Please sign in to comment.