Skip to content

Commit 1062073

Browse files
committed
Release version 0.2.5.
1 parent 96e68eb commit 1062073

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# examples/*.csv
33
**/__pycache__
44
.python-version
5+
.tool-versions
6+
venv/
57
*.egg-info/
68
dist/
79
build/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This library currently supports the compiled story format from Yarn Spinner 1.0.
99
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.
1010

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

1515
#### Using the library

setup.cfg

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

33
[metadata]
44
name = yarnrunner-python
5-
version = 0.2.4
5+
version = 0.2.5
66
author = Sam Weaver
77
author_email = sweaver@relaypro.com
88
description = An unofficial Python interpreter for compiled Yarn Spinner programs.

0 commit comments

Comments
 (0)