We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb0928 commit 7c99d99Copy full SHA for 7c99d99
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.0"
+__version__ = "0.1.1"
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.0"
+version = "0.1.1"
8
description = "High-performance Zero-Copy Graph Engine"
9
authors = [{ name = "Krish", email = "krishsingaria2005@gmail.com" }]
10
readme = "README.md"
0 commit comments