Skip to content

Commit

Permalink
Merge pull request #33 from IanVzs/dev
Browse files Browse the repository at this point in the history
😯 * 4 -> 0.1.4
  • Loading branch information
IanVzs authored Sep 26, 2024
2 parents e0c37aa + 1186d14 commit 5fd1024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
python -m pip install --upgrade pip poetry requests
poetry config virtualenvs.create false --local
poetry install
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
python -m pip install --upgrade pip poetry requests
poetry config virtualenvs.create false --local
poetry install
- name: Build
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 = "DesktopTools"
version = "0.1.1"
version = "0.1.4"
description = "A desktop tool that includes some useful scripts."
authors = ["ianvzs <[email protected]>", "saint <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 5fd1024

Please sign in to comment.