Skip to content

Commit 7c99d99

Browse files
committed
v0.1.1 release fix
1 parent 8eb0928 commit 7c99d99

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.0"
4+
__version__ = "0.1.1"
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.0"
7+
version = "0.1.1"
88
description = "High-performance Zero-Copy Graph Engine"
99
authors = [{ name = "Krish", email = "[email protected]" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)