From c2556918714291d364290c24413893da3344353a Mon Sep 17 00:00:00 2001 From: checktheroads Date: Thu, 19 Mar 2020 17:34:49 -0700 Subject: [PATCH] bump version to beta 3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb0a452..826551f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "hyperglass" -version = "1.0.0-beta.2" +version = "1.0.0-beta.3" description = "hyperglass is the modern network looking glass that tries to make the internet better." authors = ["Matt Love "] readme = "README.md"