Skip to content

Commit 59280f0

Browse files
authored
Feature/luc/optimizer qoi (#36)
* Change to version 0.7.1
1 parent 986c688 commit 59280f0

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to Merlin Spellbook will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.7.1]
8+
9+
### Fixed
10+
- Package version
11+
712
## [0.7.0]
813

914
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# LLNL-CODE-797170
88
# All rights reserved.
9-
# This file is part of Merlin-Spellbook, Version: 0.6.1.
9+
# This file is part of Merlin-Spellbook, Version: 0.7.1.
1010
#
1111
# For details, see https://github.com/LLNL/merlin-spellbook.
1212
#

spellbook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.6.1"
1+
__version__ = "0.7.1"
22

33
VERSION = __version__

spellbook/data_formatting/conduit/python/conduit_bundler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# LLNL-CODE-<PENDING>
88
# All rights reserved.
9-
# This file is part of merlin-spellbook, Version: 0.6.1.
9+
# This file is part of merlin-spellbook, Version: 0.7.1.
1010
#
1111
# For details, see https://github.com/LLNL/merlin-spellbook.
1212
#

spellbook/log_formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# LLNL-CODE-797170
88
# All rights reserved.
9-
# This file is part of Merlin Spellbook, Version: 0.6.1.
9+
# This file is part of Merlin Spellbook, Version: 0.7.1.
1010
#
1111
# For details, see https://github.com/LLNL/merlin.
1212
#

0 commit comments

Comments
 (0)