diff --git a/README.md b/README.md index 8793317..c6415d2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The python package designed to help confront earth system models with reference data products, and then present the results in a hierarchical set of webpages. Please see [ilamb.org](https://www.ilamb.org) where we have details about the datasets we use, the results we catalog, and the methods we employ. -## v2.7.2 Release - September 2024 +## v2.7.3 Release - January 2025 This update contains many bugfixes found while supporting papers and other model-data comparison work in the community. You may sense that the development of ILAMB has slowed down. Code development at *this* repository has slowed, but ILAMB continues to change. Many datasets are being added to our comparisons but that activity happens in a different repository (see [ILAMB-Data](https://github.com/rubisco-sfa/ILAMB-Data)). diff --git a/setup.py b/setup.py index 0b86583..5116ee0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup -VERSION = "2.7.2" +VERSION = "2.7.3" def git_version(): diff --git a/src/ILAMB/__init__.py b/src/ILAMB/__init__.py index 6a13b0c..1c827d7 100644 --- a/src/ILAMB/__init__.py +++ b/src/ILAMB/__init__.py @@ -1,3 +1,3 @@ __author__ = "Nathan Collier" -__date__ = "Sept 2024" -__version__ = "2.7.2" +__date__ = "Jan 2025" +__version__ = "2.7.3"