From 765e7435f1645a7a1086d5e11d531946229ad826 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 28 Jun 2023 10:53:50 +0000 Subject: [PATCH] Increment version to --- CHANGELOG.md | 6 +----- nest/__init__.py | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9908edf..1c7c31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2023-06-28 -[Compare with first commit](https://github.com/PythonNest/PyNest/compare/04f444bb08b917e89bc011e7570fed5d725989c4...0.1.0) - -### Fixed - -- fix - configuration error: `project` must contain ['version'] properties ([04f444b](https://github.com/PythonNest/PyNest/commit/04f444bb08b917e89bc011e7570fed5d725989c4) by ItayTheDar). +[Compare with first commit](https://github.com/PythonNest/PyNest/compare/c823129af98d0a41c2c0487c174d12e7e412ec58...0.1.0) diff --git a/nest/__init__.py b/nest/__init__.py index f102a9c..3b93d0b 100644 --- a/nest/__init__.py +++ b/nest/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2"