From cee703249581bc63e46e7cf2b5d4a3f8524f6929 Mon Sep 17 00:00:00 2001 From: guillaume-gricourt Date: Fri, 27 Jan 2023 16:04:17 +0000 Subject: [PATCH] doc(changelog): update --- CHANGELOG.md | 4 ++-- src/neo4jsbml/_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f7938..7e27ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [0.8.2](https://github.com/brsynth/neo4jsbml/tree/0.8.2) (2023-01-16) +## [0.8.3](https://github.com/brsynth/neo4jsbml/tree/0.8.3) (2023-01-16) -[Full Changelog](https://github.com/brsynth/neo4jsbml/compare/0.8.0...0.8.2) +[Full Changelog](https://github.com/brsynth/neo4jsbml/compare/0.8.0...0.8.3) ## [0.8.0](https://github.com/brsynth/neo4jsbml/tree/0.8.0) (2023-01-16) diff --git a/src/neo4jsbml/_version.py b/src/neo4jsbml/_version.py index 42d1392..dec8ed3 100644 --- a/src/neo4jsbml/_version.py +++ b/src/neo4jsbml/_version.py @@ -1,2 +1,2 @@ __app_name__ = "neo4jsbml" -__version__ = "0.8.3" +__version__ = "0.9.0"