Skip to content

Commit

Permalink
Bump pyfocusr & pypi build python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gattia committed Apr 22, 2024
1 parent c701cf7 commit b392c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/building-pypi-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyfocusr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .focusr import *
from .graph import *

__version__ = "0.0.14"
__version__ = "0.0.15"

0 comments on commit b392c98

Please sign in to comment.