From 68342c24adc2e4060190f18b37413edd6b84f6b0 Mon Sep 17 00:00:00 2001 From: Aadil Latif Date: Wed, 2 Sep 2026 10:37:36 -0600 Subject: [PATCH] version bump --- pyproject.toml | 2 +- src/erad/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 795aee14..40534a00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "grid-data-models==2.3.7", + "grid-data-models==2.3.8", "gdmloader", "geopandas", "requests", diff --git a/src/erad/__init__.py b/src/erad/__init__.py index fb69db9c..f3b45743 100644 --- a/src/erad/__init__.py +++ b/src/erad/__init__.py @@ -1 +1 @@ -__version__ = "0.1.14" +__version__ = "0.1.15"