Skip to content

Commit

Permalink
Attempted fix at python versioning and package version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
haz committed Mar 4, 2024
1 parent 537628e commit 26634a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9, 3.10, 3.11, 3.12]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "0.3.8"
VERSION = "0.3.9"

NAME = "macq"

Expand Down

0 comments on commit 26634a4

Please sign in to comment.