Skip to content

Commit

Permalink
Enter prerelease mode
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhane committed May 6, 2024
1 parent 78318e6 commit ca8ab07
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 = "1.0.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 ca8ab07

Please sign in to comment.