Skip to content

Commit

Permalink
Update versioning info
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-tanner committed Nov 24, 2022
1 parent 84698b8 commit 624afa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion graphrox-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 624afa9

Please sign in to comment.