Skip to content

Commit

Permalink
Release 2021.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Mar 15, 2021
1 parent de62beb commit 41837a2
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__ = "2021.3.8"
__version__ = "2021.3.16"
__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 = "2021.3.8" # Avoid importing optimade-client package
VERSION = "2021.3.16" # 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>2021.3.8</code><br>
<b>Client version</b>: <code>2021.3.16</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 @@ -21,7 +21,7 @@

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

0 comments on commit 41837a2

Please sign in to comment.