Skip to content

Commit

Permalink
bumped to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaroon committed Dec 9, 2022
1 parent ec416f3 commit 4a41121
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/pyraphtory/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyraphtory"
version = "0.1.2"
version = "0.1.3"
description = "Raphtory - Temporal Graph Analytics Platform. This is the Python version of the library."
authors = [
"Fabian Murariu <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion python/pyraphtory_jvm/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion python/pyraphtory_jvm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run(self):

setup_kwargs = {
'name': 'pyraphtory_jvm',
'version': '0.1.2',
'version': '0.1.3',
'description': 'Bootstrap JRE and IVY installer for Pyraphtory',
'url': 'https://github.com/raphtory/raphtory',
'author': 'Haaroon Yousaf',
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3

0 comments on commit 4a41121

Please sign in to comment.