diff --git a/README.md b/README.md index 7aba635..bc6c453 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ There is also a demonstration IPython notebook in the notebooks directory that c CSU_RadarTools is known to work under Python 3.X -Latest release of CSU_RadarTools (v1.4): +Latest release of CSU_RadarTools (v1.5): [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13975472.svg)](https://doi.org/10.5281/zenodo.13975472) ## References for specific modules diff --git a/csu_radartools/_version.py b/csu_radartools/_version.py index d6612ed..b0b8c9a 100644 --- a/csu_radartools/_version.py +++ b/csu_radartools/_version.py @@ -2,5 +2,5 @@ """Version File.""" -VERSION_INFO = (1, 4, 0) +VERSION_INFO = (1, 5, 0) __version__ = '.'.join(map(str, VERSION_INFO))