Skip to content

Commit

Permalink
update build to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ctri-The-Third committed Dec 2, 2023
1 parent c2b3aa5 commit 39382bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "straders"
version = "2.1.2"
version = "2.1.4"
authors = [
{name="C'tri", email ="[email protected]"},
]
Expand Down
2 changes: 1 addition & 1 deletion setup.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
py -m build
py -m pip uninstall straders -y
py -m pip install dist/straders-2.1.2-py3-none-any.whl --force-reinstall
py -m pip install dist/straders-2.1.4-py3-none-any.whl --force-reinstall
explorer "C:\Users\C_tri\AppData\Local\Programs\Python\Python310\Lib\site-packages"
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

python3 -m build
python3 -m pip uninstall straders -y
python3 -m pip install dist/straders-2.1.2-py3-none-any.whl --force-reinstall
python3 -m pip install dist/straders-2.1.4-py3-none-any.whl --force-reinstall

0 comments on commit 39382bd

Please sign in to comment.