diff --git a/CHANGELOG.md b/CHANGELOG.md index 4311e1a..290775a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2023-11-24 ### Added - First release. -## [0.2.0] - 2023-11-27 +## [0.2.1] - 2023-11-27 ### Added - First release on PyPI. diff --git a/pyproject.toml b/pyproject.toml index b14ac7c..f7f9b04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "qimp" -version = "0.2.0" +version = "0.2.1" description = "Quantum image manimupaltion package wrapper for Qiskit." authors = ["Giacomo Antonioli "]