Skip to content

Commit

Permalink
Bump to version 0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Dec 22, 2022
1 parent 75abce4 commit 6cf405c
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_conda.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, "3.10"]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion Stoner/__init__.py
Expand Up @@ -35,7 +35,7 @@
Options = _Options()


__version_info__ = ("0", "10", "5")
__version_info__ = ("0", "10", "6")
__version__ = ".".join(__version_info__)

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

0 comments on commit 6cf405c

Please sign in to comment.