Skip to content

Commit

Permalink
Tick Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nama committed May 15, 2023
1 parent 56b0a13 commit 6dcb6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.11"
cache: 'pip'
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='sway_workspaces',
version='1.0',
version='1.1',
packages=['sway_workspaces'],
scripts=['sway_workspaces/sway_workspaces.py'],
url='https://github.com/Nama/sway-workspaces',
Expand Down

0 comments on commit 6dcb6b5

Please sign in to comment.