Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Aug 2, 2024
1 parent 4fb5b34 commit e391b2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
steps:
# Checkout the repo under ${GITHUB_WORKSPACE}, so the job can access it.
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'

- name: Build the package
run: |
Expand Down
2 changes: 1 addition & 1 deletion terminalle.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH terminalle 1 "2021-10-03" "v0.12"
.TH terminalle 1 "2024-08-02" "v0.13"

.SH NAME
Terminalle
Expand Down
2 changes: 1 addition & 1 deletion terminalle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .terminalle import Terminalle
from .settings import load as load_settings

__version__ = '0.12'
__version__ = '0.13'

0 comments on commit e391b2f

Please sign in to comment.