Skip to content

Commit

Permalink
update README.md, correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
emkor committed Jun 15, 2024
1 parent 8ccf878 commit f1b93ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
CLI tool for downloading subtitles from napiprojekt.pl, fork of [gabrys/napi.py](https://github.com/gabrys/napi.py)

## prerequisites
- Python 3.6.2 or newer
- on Linux, `python3-dev` package:
- for Debian-based systems, use `sudo apt-get install python3-dev`
- Python 3.7 or newer

## installation
- `pip install napi-py` for user-wide installation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "napi-py"
version = "0.2.3"
version = "1.2.3"
description = "CLI tool for downloading subtitles from napiprojekt.pl"
authors = ["emkor93 <emkor93@gmail.com>"]
license = "GPL-3.0 License"
Expand Down

0 comments on commit f1b93ec

Please sign in to comment.