bump version to 1.0.0-beta.49

This commit is contained in:
checktheroads 2020-07-05 17:21:06 -07:00
parent d6e527098d
commit fdf8043a9a
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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 <matt@hyperglass.io>"]
readme = "README.md"