Skip to content

Commit

Permalink
Bump version: 0.0.11 → 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Mar 19, 2024
1 parent 3cb37c8 commit 661aad6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.11
current_version = 0.0.12
commit = True
tag = True
files = pyproject.toml neo4j_utils/_metadata.py
Expand Down
2 changes: 1 addition & 1 deletion neo4j_utils/_metadata.py
Expand Up @@ -21,7 +21,7 @@

import toml

_VERSION = '0.0.11'
_VERSION = '0.0.12'


def get_metadata():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "neo4j-utils"
version = "0.0.11"
version = "0.0.12"
description = ""
license = "MIT"
authors = [
Expand Down

0 comments on commit 661aad6

Please sign in to comment.