From 8c94659cca558dafb252fe0463a30618aac0c46c Mon Sep 17 00:00:00 2001 From: Grzegorz Kowal Date: Mon, 24 Jul 2023 12:40:00 -0300 Subject: [PATCH] PYTHON: Increase amunpy version to 0.9.10. Signed-off-by: Grzegorz Kowal --- python/amunpy/setup.py | 2 +- python/amunpy/src/amunpy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/amunpy/setup.py b/python/amunpy/setup.py index 7aab18d..1b58407 100644 --- a/python/amunpy/setup.py +++ b/python/amunpy/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="amunpy", - version="0.9.9", + version="0.9.10", author="Grzegorz Kowal", author_email="grzegorz@amuncode.org", description="Python Interface for the AMUN code's snapshots", diff --git a/python/amunpy/src/amunpy/__init__.py b/python/amunpy/src/amunpy/__init__.py index 0ed875e..d4533a4 100644 --- a/python/amunpy/src/amunpy/__init__.py +++ b/python/amunpy/src/amunpy/__init__.py @@ -21,6 +21,6 @@ __all__ = [ 'AmunXML', 'AmunH5', 'WriteVTK', \ __author__ = "Grzegorz Kowal" __copyright__ = "Copyright 2018-2023 Grzegorz Kowal " -__version__ = "0.9.9" +__version__ = "0.9.10" __maintainer__ = "Grzegorz Kowal" __email__ = "grzegorz@amuncode.org"