From d4969828e557715cee431f288532f4889b44d200 Mon Sep 17 00:00:00 2001 From: Thomas Vergauwen Date: Thu, 8 Feb 2024 16:37:33 +0100 Subject: [PATCH] update versio --- pyfa_tool/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyfa_tool/__init__.py b/pyfa_tool/__init__.py index 749644a..0aa08f4 100644 --- a/pyfa_tool/__init__.py +++ b/pyfa_tool/__init__.py @@ -8,7 +8,7 @@ -__version__ = "0.0.2a" +__version__ = "0.0.3a" #Important paths from pathlib import Path diff --git a/pyproject.toml b/pyproject.toml index cc8f869..24962c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyFa-tool" -version = "0.0.2a" +version = "0.0.3a" description = "A python wrapper on RFa for FA files using Xarray" authors = ["Thomas Vergauwen ", "Kobe Vandelanotte ",