From e0ef302532af3747aa61df2ca896b6cfa94ce111 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Thu, 19 Mar 2020 09:26:35 -0700 Subject: [PATCH] bump to beta 2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b1ef5a..cb0a452 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.1" +version = "1.0.0-beta.2" description = "hyperglass is the modern network looking glass that tries to make the internet better." authors = ["Matt Love "] readme = "README.md"