Skip to content

Commit 83238dd

Browse files
committed
Bump version
1 parent 88c7515 commit 83238dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We're happy to announce the release of spin 0.9!
1010
- Add a pytest based testing framework and tests for build ([#160](https://github.com/scientific-python/spin/pull/160)).
1111
- Allow `spin --version` without configuration present ([#173](https://github.com/scientific-python/spin/pull/173)).
1212
- Allow setting default args for commands / callbacks ([#157](https://github.com/scientific-python/spin/pull/157)).
13-
- Add ``--gcov-report`` flag to ``spin test`` ([#159](https://github.com/scientific-python/spin/pull/159)).
13+
- Add `--gcov-report` flag to `spin test` ([#159](https://github.com/scientific-python/spin/pull/159)).
1414
- Allow editable install ([#155](https://github.com/scientific-python/spin/pull/155)).
1515

1616
## Bug Fixes

spin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Read more at https://github.com/scientific-python/spin
77
"""
88

9-
__version__ = "0.9"
9+
__version__ = "0.10rc0.dev0"
1010

1111
from .cmds import util
1212

0 commit comments

Comments
 (0)