Skip to content

Commit 6cf405c

Browse files
committed
Bump to version 0.10.6
1 parent 75abce4 commit 6cf405c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_conda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [macOS-latest, ubuntu-latest, windows-latest]
17-
python-version: [3.6, 3.7, 3.8, 3.9]
17+
python-version: [3.7, 3.8, 3.9, "3.10"]
1818

1919
steps:
2020
- name: Checkout

Stoner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
Options = _Options()
3636

3737

38-
__version_info__ = ("0", "10", "5")
38+
__version_info__ = ("0", "10", "6")
3939
__version__ = ".".join(__version_info__)
4040

4141
__homepath__ = pathlib.Path(__file__).parent.resolve()

0 commit comments

Comments
 (0)