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..ee35a597 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ [tool.poetry] name = "neo4j-genai" -version = "0.1.4" +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"