Skip to content

Commit 57d3d09

Browse files
committed
v0.1.2, max node bug fix
1 parent ba313f2 commit 57d3d09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

graphzero/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .graphzero import Graph, convert_csv_to_gl
22

33
# Metadata
4-
__version__ = "0.1.1"
4+
__version__ = "0.1.2"
55
__author__ = "Krish Singaria"
66
__license__ = "MIT"
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "graphzero"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "High-performance Zero-Copy Graph Engine"
99
authors = [{ name = "Krish", email = "[email protected]" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)