Skip to content

Commit

Permalink
Set up for version 0.0.7 development (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg authored Oct 25, 2024
1 parent a8eda5c commit 472b8b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ SCICO Release Notes
===================


Version 0.0.7 (unreleased)
----------------------------

• No changes yet.



Version 0.0.6 (2024-10-25)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion scico/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
solving the inverse problems that arise in scientific imaging applications.
"""

__version__ = "0.0.6"
__version__ = "0.0.7.dev0"

import logging
import sys
Expand Down

0 comments on commit 472b8b3

Please sign in to comment.