Skip to content

Commit fa941f4

Browse files
committed
bump version and update README.md
1 parent 60270a9 commit fa941f4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,8 @@ transcript_fr, errors = transcript.translate("fr")
6565

6666
transcript_fr.write("video.srt")
6767
```
68+
69+
## Contributing
70+
71+
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.
72+
Tests can be run with `pytest`. Use `ruff` with `ruff format .` to format the code before committing.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "pytranscript"
8-
version = "0.2.3"
8+
version = "0.2.4"
99
description = "CLI to transcript and translate audio and video files"
1010
readme = "README.md"
1111
requires-python = ">=3.12"

0 commit comments

Comments
 (0)