From 624afa90b7694f3c6d98470c0398d2a4baf5c7f7 Mon Sep 17 00:00:00 2001 From: Tanner Davies Date: Thu, 24 Nov 2022 02:37:58 -0700 Subject: [PATCH] Update versioning info --- Cargo.toml | 2 +- graphrox-py/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d6b49a5..be2654c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [workspace.package] authors = ["Tanner Davies"] -version = "1.0.4" +version = "1.1.0" edition = "2021" description = "A graph library for graph compression and fast processing of graph approximations" license = "MIT" \ No newline at end of file diff --git a/graphrox-py/pyproject.toml b/graphrox-py/pyproject.toml index 8448eed..c97b3d3 100644 --- a/graphrox-py/pyproject.toml +++ b/graphrox-py/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "graphrox" authors = [ { name = "Tanner Davies" } ] -version = "1.0.4" +version = "1.1.0" license = { file = "LICENSE" } requires-python = ">=3.6" dependencies = []