Skip to content

Commit

Permalink
Merge pull request #27 from oskarhane/prerelease
Browse files Browse the repository at this point in the history
Enter prerelease mode
  • Loading branch information
oskarhane authored May 8, 2024
2 parents 642bae9 + 4dceb0b commit 091714f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/patch-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "Apache License, Version 2.0"
Expand Down

0 comments on commit 091714f

Please sign in to comment.