Skip to content

Commit 9440fdf

Browse files
committed
Increment version
1 parent c43da33 commit 9440fdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Change log
22

3-
## v0.7.1
3+
## v0.7.2
44

55
* Pydantic model is used for input validation.
6-
* Support NaN, -inf and inf in metadata.
6+
* Support NaN, -inf and inf in metadata and metrics.
77

88
## v0.7.0
99

simvue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from simvue.client import Client
33
from simvue.handler import Handler
44
from simvue.models import RunInput
5-
__version__ = '0.7.1'
5+
__version__ = '0.7.2'

0 commit comments

Comments
 (0)