From c02faa4368e734624855b4e372c31711ccb961ea Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 2 Aug 2023 05:27:01 +0000 Subject: [PATCH] Increment version to --- CHANGELOG.md | 4 ++-- nest/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 570f2cb..7111ca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2023-07-17 +## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2023-08-02 -[Compare with first commit](https://github.com/PythonNest/PyNest/compare/95938dcdd7422be258f48187133ddcefd162f9ca...0.1.0) +[Compare with first commit](https://github.com/PythonNest/PyNest/compare/ff62e4e93e657f7bcacd863ac4f29e7a65f9ed50...0.1.0) diff --git a/nest/__init__.py b/nest/__init__.py index 27fdca4..3dc1f76 100644 --- a/nest/__init__.py +++ b/nest/__init__.py @@ -1 +1 @@ -__version__ = "0.0.3" +__version__ = "0.1.0"