From 87367c58632af1c1dce93b03ceeca2a87116ea46 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 25 Feb 2020 10:09:32 -0700 Subject: [PATCH] set version to beta.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4a23a9c..3b1ef5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "hyperglass" -version = "1.0.0" -description = "hyperglass is a modern, customizable network looking glass written in Python 3." +version = "1.0.0-beta.1" +description = "hyperglass is the modern network looking glass that tries to make the internet better." authors = ["Matt Love "] readme = "README.md" homepage = "https://hyperglass.io"