diff --git a/CHANGELOG.md b/CHANGELOG.md index b47220729..092f3ce94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 0.10.3 (2022-12-21) + +### Fix + +- **Results**: fixed no-results dataframe generation (#109) + ## 0.10.2 (2022-12-14) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index f71eb1a7c..667d19297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ use_parentheses = true ensure_newline_before_comments = true [tool.commitizen] -version = "0.10.2" +version = "0.10.3" version_files = [ "src/qililab/config/version.py", "pyproject.toml:version" diff --git a/src/qililab/config/version.py b/src/qililab/config/version.py index 21080aee2..6a5586999 100644 --- a/src/qililab/config/version.py +++ b/src/qililab/config/version.py @@ -1,2 +1,2 @@ """ library version """ -__version__ = "0.10.2" +__version__ = "0.10.3"