Skip to content

Commit b9cf46c

Browse files
Bump version to 0.6.7.dev0
1 parent f77d8fd commit b9cf46c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Version information for OSA."""
22

3-
__version__ = "0.6.6.dev0"
4-
__version_info__ = (0, 6, 6, "dev")
3+
__version__ = "0.6.7.dev0"
4+
__version_info__ = (0, 6, 7, "dev")
55

66

77
def get_version() -> str:

0 commit comments

Comments
 (0)