Skip to content

Commit

Permalink
Prepare to switch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Dec 24, 2023
1 parent 0be6a44 commit 2e0b041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7","3.8","3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
os: ["ubuntu-latest"]
steps:
- name: Check out repository code
Expand Down
2 changes: 1 addition & 1 deletion Stoner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
Options = _Options()


__version_info__ = ("0", "10", "9")
__version_info__ = ("0", "11", "0")
__version__ = ".".join(__version_info__)

__homepath__ = pathlib.Path(__file__).parent.resolve()
Expand Down

0 comments on commit 2e0b041

Please sign in to comment.