From 70de22ff95e8db34fe8e11465f26b61cf446a466 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sat, 21 Mar 2020 15:25:25 -0700 Subject: [PATCH] bump version to beta5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b481e0..7cd555c 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.4" +version = "1.0.0-beta.5" description = "hyperglass is the modern network looking glass that tries to make the internet better." authors = ["Matt Love "] readme = "README.md"