From b9ee1831f3dcf0d174f33cf0144cf949fb017b92 Mon Sep 17 00:00:00 2001 From: Benjamin Fineran Date: Wed, 10 Apr 2024 14:50:50 -0400 Subject: [PATCH] bump version to 0.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb6d90cc..d62788f6 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def _setup_extras() -> Dict: setup( name="sparsetensors", - version="0.0.1", + version="0.1.0", author="Neuralmagic, Inc.", author_email="support@neuralmagic.com", description="Library for utilization of compressed safetensors of neural network models",