From 822ae41243de8beb7aec19994d7392a19873963d Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 11 Apr 2024 13:56:38 +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 96909f9..60f644f 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) - 2024-03-07 +## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2024-04-11 -[Compare with first commit](https://github.com/PythonNest/PyNest/compare/1c24bcca455c0859ca36d758f1bd5c00e411c51c...0.1.0) +[Compare with first commit](https://github.com/PythonNest/PyNest/compare/c79b6862a731a3372018e9a8ca173923aaeeb425...0.1.0) diff --git a/nest/__init__.py b/nest/__init__.py index ae73625..d3ec452 100644 --- a/nest/__init__.py +++ b/nest/__init__.py @@ -1 +1 @@ -__version__ = "0.1.3" +__version__ = "0.2.0"