Skip to content

Commit a6c0be2

Browse files
Merge pull request #5 from gregory-halverson-jpl/main
fixing `__version__`
2 parents 0331fb3 + bc9ce2a commit a6c0be2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
from .daily_evapotranspiration_upscaling import *
2+
from .version import __version__

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=60", "setuptools-scm>=8.0", "wheel"]
33

44
[project]
55
name = "daily-evapotranspiration-upscaling"
6-
version = "1.0.4"
6+
version = "1.0.5"
77
description = "Instantaneous/Daily Evapotranspiration Upscaling Utilities Python Package"
88
readme = "README.md"
99
authors = [

0 commit comments

Comments
 (0)