Skip to content

Commit

Permalink
Release 2020.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Oct 1, 2020
1 parent 8d8b46e commit 9798ee6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.9.29"
__version__ = "2020.10.1"
__all__ = (
"HeaderDescription",
"OptimadeClientFAQ",
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.9.29</code><br>
<b>Client version</b>: <code>2020.10.1</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 @@ -17,7 +17,7 @@

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

0 comments on commit 9798ee6

Please sign in to comment.