From ca8ab079ac55c5d625aac0286cbf16e7bd498992 Mon Sep 17 00:00:00 2001 From: Oskar Hane Date: Mon, 6 May 2024 11:02:17 +0200 Subject: [PATCH 1/2] Enter prerelease mode --- .github/workflows/patch-release.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/patch-release.yaml b/.github/workflows/patch-release.yaml index 8a6395b3..670f2754 100644 --- a/.github/workflows/patch-release.yaml +++ b/.github/workflows/patch-release.yaml @@ -24,7 +24,7 @@ jobs: installer-parallel: true - name: Bump version - run: poetry version patch + run: poetry version prerelease - name: Get version id: get-version diff --git a/pyproject.toml b/pyproject.toml index 94f06d79..e9f1dc9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [tool.poetry] name = "neo4j-genai" -version = "0.1.4" +version = "1.0.0a0" description = "Python package to allow easy integration to Neo4j's GenAI features" authors = ["Neo4j, Inc "] license = "Apache License, Version 2.0" From 4dceb0bf8e772e8b48a29e12c1362fd97c34ce45 Mon Sep 17 00:00:00 2001 From: Oskar Hane Date: Wed, 8 May 2024 10:24:58 +0200 Subject: [PATCH 2/2] Bump preminor until we have a featureset for 1.0.0 defined. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9f1dc9a..ee35a597 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [tool.poetry] name = "neo4j-genai" -version = "1.0.0a0" +version = "0.2.0a0" description = "Python package to allow easy integration to Neo4j's GenAI features" authors = ["Neo4j, Inc "] license = "Apache License, Version 2.0"