Skip to content

Commit

Permalink
bump version to 1.0.0b37
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Jun 3, 2020
1 parent d4652a1 commit 40b957e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hyperglass/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from datetime import datetime

__name__ = "hyperglass"
__version__ = "1.0.0-beta.36"
__version__ = "1.0.0-beta.37"
__author__ = "Matt Love"
__copyright__ = f"Copyright {datetime.now().year} Matthew Love"
__license__ = "BSD 3-Clause Clear License"
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

HYPERGLASS_VERSION="1.0.0b36"
HYPERGLASS_VERSION="1.0.0b37"

MIN_PYTHON_MAJOR="3"
MIN_PYTHON_MINOR="6"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "hyperglass"
version = "1.0.0-beta.36"
version = "1.0.0-beta.37"
description = "hyperglass is the modern network looking glass that tries to make the internet better."
authors = ["Matt Love <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 40b957e

Please sign in to comment.