From 22a8059bb1eb2f7b09eb99cb199d429babdc5cf1 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 22 Mar 2020 11:42:40 -0700 Subject: [PATCH] bump version to 1.0.0b6 --- hyperglass/constants.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperglass/constants.py b/hyperglass/constants.py index a69d799..ad23b10 100644 --- a/hyperglass/constants.py +++ b/hyperglass/constants.py @@ -4,7 +4,7 @@ import sys from datetime import datetime __name__ = "hyperglass" -__version__ = "1.0.0" +__version__ = "1.0.0-beta.6" __author__ = "Matt Love" __copyright__ = f"Copyright {datetime.now().year} Matthew Love" __license__ = "BSD 3-Clause Clear License" diff --git a/pyproject.toml b/pyproject.toml index 7cd555c..0bb049f 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.5" +version = "1.0.0-beta.6" description = "hyperglass is the modern network looking glass that tries to make the internet better." authors = ["Matt Love "] readme = "README.md"