From 7076ee1503d14bd8f44492368976f12992f6d215 Mon Sep 17 00:00:00 2001 From: davidcortesortuno Date: Thu, 26 Sep 2024 13:17:14 -0300 Subject: [PATCH] Updating to 1.4 release --- oommfpy/__about__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oommfpy/__about__.py b/oommfpy/__about__.py index a203e07..4fb606a 100644 --- a/oommfpy/__about__.py +++ b/oommfpy/__about__.py @@ -16,7 +16,7 @@ ) __uri__ = "https://github.com/davidcortesortuno/oommfpy" -__version__ = "1.2" +__version__ = "1.4" __author__ = "David Cortés-Ortuño" __email__ = "d.i.cortes@uu.nl" diff --git a/pyproject.toml b/pyproject.toml index 0141545..db460f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # We need it here to compile the Cython modules [tool.poetry] name = "oommfpy" -version = "1.3" +version = "1.4" description = "Minimal Python lib to process OOMMF format output files" authors = ["David Cortés-Ortuño "] license = "BSD-2-Clause"