Skip to content

Commit

Permalink
Fix version to conform to semver
Browse files Browse the repository at this point in the history
  • Loading branch information
thvasilo committed Sep 30, 2024
1 parent 7af14b9 commit cc1b166
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphstorm-processing/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphstorm_processing"
version = "0.4"
version = "0.4.0"
description = "Distributed graph pre-processing for GraphStorm"
readme = "README.md"
packages = [{include = "graphstorm_processing"}]
Expand Down
2 changes: 1 addition & 1 deletion python/graphstorm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Graphstorm package.
"""
__version__ = "0.4"
__version__ = "0.4.0"

from . import gsf
from . import utils
Expand Down

0 comments on commit cc1b166

Please sign in to comment.