Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ychalier committed Dec 17, 2024
1 parent de0000e commit cc2b6cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The process should be straightforward.
1. Download the [latest release](https://github.com/ychalier/transflow/releases)
2. Install it with `pip`:
```console
pip install ~/Downloads/transflow-1.0.0.tar.gz
pip install ~/Downloads/transflow-1.3.1.tar.gz
```
3. Test installation:
```console
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='transflow',
version='1.3.0',
version='1.3.1',
packages=find_packages(),
include_package_data=True,
license='GNU GPLv3',
Expand Down

0 comments on commit cc2b6cd

Please sign in to comment.