Skip to content

Commit

Permalink
Release 2020.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Oct 14, 2020
1 parent 327112d commit 920f771
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.2"
__version__ = "2020.10.14"
__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 @@ -13,7 +13,7 @@


LOGGING_LEVELS = [logging.getLevelName(level).lower() for level in range(0, 51, 10)]
VERSION = "2020.10.2" # Avoid importing optimade-client package
VERSION = "2020.10.14" # 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.2</code><br>
<b>Client version</b>: <code>2020.10.14</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.2",
version="2020.10.14",
license="MIT License",
author="Casper Welzel Andersen",
author_email="casper.andersen@epfl.ch",
Expand Down

0 comments on commit 920f771

Please sign in to comment.