From 529bb26d0bb39969f9171f29b5dfd8af0c5b02bf Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Wed, 22 Jan 2025 10:25:43 +0000 Subject: [PATCH] fix: fixes pipeline building process --- .gitlab-ci.yml | 4 ++-- CHANGELOG.md | 6 ++++++ src/OptimaLab35/__init__.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa405f9..12386d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,8 +26,8 @@ build: - job: gitversion artifacts: true script: - - sed -i "s/0.0.1/${GitVersion_MajorMinorPatch}/" src/optima35/__init__.py - - cat src/optima35/__init__.py + - sed -i "s/0.0.1/${GitVersion_MajorMinorPatch}/" src/OptimaLab35/__init__.py + - cat src/OptimaLab35/__init__.py - python3 -m pip install build - python3 -m build artifacts: diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf0ac5..f71bf1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog +## 0.3.x +### 0.3.1 +- Repo only: Fix building pipeline + +### 0.3.0 +- Repo only: adding pipeline ## 0.2.x ### 0.2.3 diff --git a/src/OptimaLab35/__init__.py b/src/OptimaLab35/__init__.py index d31c31e..f102a9c 100644 --- a/src/OptimaLab35/__init__.py +++ b/src/OptimaLab35/__init__.py @@ -1 +1 @@ -__version__ = "0.2.3" +__version__ = "0.0.1"