Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Feb 27, 2023
1 parent 0f5c663 commit b1a15ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dev:
v0.7.0:
* consequently use float16 in the code,
switching to other dtypes may not be completely supported at this point and
the possibility to change the dtype may be removed later
Expand Down
2 changes: 1 addition & 1 deletion yam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
.. |io| replace:: io configuration dictionary
"""

__version__ = '0.6.1-dev'
__version__ = '0.7.0'

from yam.main import run
from yam.commands import read_dicts

0 comments on commit b1a15ce

Please sign in to comment.