From 5f3488544c4fd5f09ccca8e0d43fcfb61e75628e Mon Sep 17 00:00:00 2001 From: TimoDiepers Date: Thu, 27 Feb 2025 09:42:48 +0100 Subject: [PATCH] v0.1.0 --- CHANGES.md | 9 ++------- optimex/__init__.py | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7efbb8e..6f78ddc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,10 +7,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.0] - 2022-03-22 - -### Added - -### Changed - -### Removed +## [0.1.0] - 2025-02-27 +* Initial release. \ No newline at end of file diff --git a/optimex/__init__.py b/optimex/__init__.py index bbc8d76..91e75d0 100644 --- a/optimex/__init__.py +++ b/optimex/__init__.py @@ -5,4 +5,4 @@ # Add functions and variables you want exposed in `optimex.` namespace here ) -__version__ = "0.0.1" +__version__ = "0.1.0"