Skip to content

Commit

Permalink
Release 2020.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Nov 5, 2020
1 parent aa6e562 commit cd72b90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion optimade_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .summary import OptimadeSummaryWidget


__version__ = "2020.10.29"
__version__ = "2020.11.5"
__all__ = (
"HeaderDescription",
"OptimadeClientFAQ",
Expand Down
2 changes: 1 addition & 1 deletion optimade_client/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


LOGGING_LEVELS = [logging.getLevelName(level).lower() for level in range(0, 51, 10)]
VERSION = "2020.10.29" # Avoid importing optimade-client package
VERSION = "2020.11.5" # Avoid importing optimade-client package


def main(args: list = None):
Expand Down
2 changes: 1 addition & 1 deletion optimade_client/informational.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class HeaderDescription(ipw.VBox):

HEADER = f"""<p style="font-size:14px;">
<b>Currently valid OPTIMADE API version</b>: <code>v{__optimade_version__[0]}</code><br>
<b>Client version</b>: <code>2020.10.29</code><br>
<b>Client version</b>: <code>2020.11.5</code><br>
<b>Source code</b>: <a href="{SOURCE_URL}" target="_blank">GitHub</a>
</p>
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="optimade-client",
version="2020.10.29",
version="2020.11.5",
license="MIT License",
author="Casper Welzel Andersen",
author_email="casper.andersen@epfl.ch",
Expand Down

0 comments on commit cd72b90

Please sign in to comment.