From f8eb59089d65d4fc0f3e5948354f0bf14c240793 Mon Sep 17 00:00:00 2001 From: Gregory Halverson Date: Fri, 13 Sep 2024 22:13:05 -0700 Subject: [PATCH] initial release --- FLiESANN/version.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FLiESANN/version.txt b/FLiESANN/version.txt index 6da28dd..afaf360 100644 --- a/FLiESANN/version.txt +++ b/FLiESANN/version.txt @@ -1 +1 @@ -0.1.1 \ No newline at end of file +1.0.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b1e59a5..4b5d113 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=60", "setuptools-scm>=8.0", "wheel"] [project] name = "FLiESANN" -version = "0.1.1" +version = "1.0.0" description = "Forest Light Environmental Simulator Radiative Transfer Model Artificial Neural Network Implementation in Python" readme = "README.md" authors = [