Skip to content

Commit

Permalink
beginning pmr2.wfctrl-0.6.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
metatoaster committed Oct 6, 2023
1 parent abc6ea5 commit 2dc6e0d
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 @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: ubuntu-latest
python-version: 'pypy3.9'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools.command.install import install
import os

version = '0.5.0'
version = '0.6.0'

long_description = (
open('README.rst').read()
Expand Down

0 comments on commit 2dc6e0d

Please sign in to comment.