Skip to content

Commit

Permalink
release: bump to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
umonaca committed Nov 18, 2021
1 parent 1984479 commit 77a0455
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Study 2 is a special case. It has very large source files (> 2 GB) so we compres

## Changelog

- 2021-11-18: Release 0.1.2
- 2021-11-18: Release 0.1.3

## TODO

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ a special case.
Changelog
---------

- 2021-11-18: Release 0.1.2
- 2021-11-18: Release 0.1.3

TODO
----
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ and convert to the correct query parameter.
Changelog
---------

- 2021-11-18: Release 0.1.2
- 2021-11-18: Release 0.1.3

TODO
----
Expand Down
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.2"
__version__ = "0.1.3"

__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.2"
version = "0.1.3"
description = "APIs to access ASHRAE OB Database"
authors = ["Wei Mu <wmu100@syr.edu>"]
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.2"
current = "0.1.3"

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

0 comments on commit 77a0455

Please sign in to comment.