From 61b95e1703fd3236817d128886cd90cc206d500f Mon Sep 17 00:00:00 2001 From: Paul Kienzle Date: Thu, 19 Dec 2024 21:16:32 -0500 Subject: [PATCH] R2.0.2 --- ChangeLog.rst | 2 +- periodictable/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 66e26a9..5285d43 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -23,7 +23,7 @@ Known issues Change history ============== -2024-12-17 R2.0.2 +2024-12-19 R2.0.2 ----------------- Modified: diff --git a/periodictable/__init__.py b/periodictable/__init__.py index bd66be2..2f240a4 100644 --- a/periodictable/__init__.py +++ b/periodictable/__init__.py @@ -26,7 +26,7 @@ """ __docformat__ = 'restructuredtext en' -__version__ = "2.0.1" +__version__ = "2.0.2" __all__ = ['elements'] # Lazy symbols and individual elements added later