From 2d7d648b2e2e0affcfb47a20981f19e03aa30c19 Mon Sep 17 00:00:00 2001 From: Michael Doyle Date: Mon, 29 Apr 2024 13:27:32 -0700 Subject: [PATCH] Prepare for 1.5.9 tag --- CITATION.cff | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 56802fd..de9a76f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -44,5 +44,5 @@ keywords: - fire - python license: Apache-2.0 -version: 1.5.8 -date-released: '2024-02-26' +version: 1.5.9 +date-released: '2024-04-29' diff --git a/pyproject.toml b/pyproject.toml index a2d5042..79619dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "simfire" -version = "1.5.8" +version = "1.5.9" description = "Fire simulator built in Python" authors = ["Tim Welsh ", "Marissa Dotter ", "Michael Doyle ", "Dhanuj Gandikota ",