From ff348a7a8ba7bc46f23f0899c521b42413a1e079 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sat, 21 Mar 2020 01:45:12 -0700 Subject: [PATCH] enable ssl certificate import for hyperglass-agent --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 826551f..7b481e0 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.3" +version = "1.0.0-beta.4" description = "hyperglass is the modern network looking glass that tries to make the internet better." authors = ["Matt Love "] readme = "README.md"