Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ or test the installed version (requires installing dev dependencies):
pip install -e '.[dev]' # if you installed from a local clone
python run_tests.py dev

recently, we also made the project compatible with Pytest, so this will run the tests too:

pytest

And you can download our [open samples on GitHub](https://github.com/ReadAlongs/OpenSamples)
to run your first alignments.

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ dev = [
"httpx>=0.24.1",
"pep440>=0.1.2",
"pre-commit>=2.6.0",
"pytest",
]

api = [
Expand Down
2 changes: 1 addition & 1 deletion readalongs/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = "1.2.1"
VERSION = "1.2.2"

READALONG_FILE_FORMAT_VERSION = "1.2"
Loading