We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba313f2 commit 57d3d09Copy full SHA for 57d3d09
2 files changed
graphzero/__init__.py
@@ -1,7 +1,7 @@
1
from .graphzero import Graph, convert_csv_to_gl
2
3
# Metadata
4
-__version__ = "0.1.1"
+__version__ = "0.1.2"
5
__author__ = "Krish Singaria"
6
__license__ = "MIT"
7
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "graphzero"
-version = "0.1.1"
+version = "0.1.2"
8
description = "High-performance Zero-Copy Graph Engine"
9
authors = [{ name = "Krish", email = "krishsingaria2005@gmail.com" }]
10
readme = "README.md"
0 commit comments