Skip to content

Commit

Permalink
release: bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
umonaca committed Nov 24, 2021
1 parent 9656e31 commit 3c53b57
Show file tree
Hide file tree
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__ = "0.1.4"
__version__ = "1.0.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 = "0.1.4"
version = "1.0.0"
description = "APIs to access ASHRAE OB Database"
authors = ["Wei Mu <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github_url = "https://github.com/umonaca/obplatform/"

[version]
current = "0.1.4"
current = "1.0.0"

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

0 comments on commit 3c53b57

Please sign in to comment.