From bd1902ee7498887b20d0c954b6da72357154c104 Mon Sep 17 00:00:00 2001 From: Matthew Turk Date: Fri, 15 Apr 2022 09:19:46 -0500 Subject: [PATCH] Updating version to 4.0.3 --- doc/source/conf.py | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- yt/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 27d99125821..e0576e00b00 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -77,9 +77,9 @@ # built documents. # # The short X.Y version. -version = "4.0.2" +version = "4.0.3" # The full version, including alpha/beta/rc tags. -release = "4.0.2" +release = "4.0.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 36a22860cef..a5f5d06f7d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = yt -version = 4.0.2 +version = 4.0.3 description = An analysis and visualization toolkit for volumetric data long_description = file: README.md long_description_content_type = text/markdown diff --git a/setup.py b/setup.py index 489b78b3abd..cf1fa2c1a3b 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ install_ccompiler() -VERSION = "4.0.2" +VERSION = "4.0.3" if os.path.exists("MANIFEST"): os.remove("MANIFEST") diff --git a/yt/__init__.py b/yt/__init__.py index dd1fb8f65cd..0d9c469d180 100644 --- a/yt/__init__.py +++ b/yt/__init__.py @@ -7,7 +7,7 @@ * Contribute: https://github.com/yt-project/yt """ -__version__ = "4.0.2" +__version__ = "4.0.3" import yt.units as units import yt.utilities.physical_constants as physical_constants