diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5f300..4c81af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file, and this pr * Added structural pattern matching -## 0.6.1 - 2022-03-23 +## 0.6.1 - 2022-04-06 * Fixed bug causing NumPy fixed-width integer overflows for large integers per [#142](https://github.com/microsoft/pybryt/issues/142) * Added group name to the report created by `generate_report` per [#152](https://github.com/microsoft/pybryt/issues/152) diff --git a/CITATION.cff b/CITATION.cff index f7a6b2b..419173c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,6 +26,6 @@ authors: given-names: "Nelson" orcid: "https://orcid.org/0000-0003-2768-5735" title: "Pybryt - Python library for pedagogical auto-assessment" -version: 0.6.0 -date-released: 2022-03-16 +version: 0.6.1 +date-released: 2022-04-06 url: "https://github.com/microsoft/pybryt" diff --git a/pybryt/version.py b/pybryt/version.py index 906d362..43c4ab0 100644 --- a/pybryt/version.py +++ b/pybryt/version.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.6.1"