From 0670948d4e1a9e32c10add722c93b1c8fdb51257 Mon Sep 17 00:00:00 2001 From: Timothy Lang Date: Thu, 19 Feb 2026 13:08:58 -0600 Subject: [PATCH] Updated version number to v1.5.0 --- README.md | 2 +- csu_radartools/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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))