From e8a220d9a70b8423e493d0379acc5bc3d954875d Mon Sep 17 00:00:00 2001 From: Grzegorz Kowal Date: Sat, 29 Jul 2023 18:40:27 -0300 Subject: [PATCH] PYTHON: Increase amunpy version to 0.9.11. 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 1b58407..567d122 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.10", + version="0.9.11", 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 d4533a4..62fa7eb 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.10" +__version__ = "0.9.11" __maintainer__ = "Grzegorz Kowal" __email__ = "grzegorz@amuncode.org"