Skip to content

Commit

Permalink
release: bump to 1.1.0
Browse files Browse the repository at this point in the history
umonaca committed Dec 1, 2021
1 parent 2085a91 commit 97816de
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion obplatform/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .connector import Connector, logger

__version__ = "1.0.0"
__version__ = "1.1.0"

__all__ = ["Connector", "logger"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "obplatform"
version = "1.0.0"
version = "1.1.0"
description = "APIs to access ASHRAE OB Database"
authors = ["Wei Mu <wmu100@syr.edu>"]
readme = "README.md"
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
github_url = "https://github.com/umonaca/obplatform/"

[version]
current = "1.0.0"
current = "1.1.0"

# Example of a semver regexp.
# Make sure this matches current_version before

0 comments on commit 97816de

Please sign in to comment.