From fdf8043a9aa80b3cd28ce91da51c4488fcdbfdfb Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 5 Jul 2020 17:21:06 -0700 Subject: [PATCH] bump version to 1.0.0-beta.49 --- 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 913f97e..e60ead3 100644 --- a/hyperglass/constants.py +++ b/hyperglass/constants.py @@ -4,7 +4,7 @@ from datetime import datetime __name__ = "hyperglass" -__version__ = "1.0.0-beta.48" +__version__ = "1.0.0-beta.49" __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 03fea36..37ff1b1 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.48" +version = "1.0.0-beta.49" description = "hyperglass is the modern network looking glass that tries to make the internet better." authors = ["Matt Love "] readme = "README.md"