Skip to content

Commit

Permalink
Merge pull request #3897 from matthewturk/yt-4.0.3-prep
Browse files Browse the repository at this point in the history
Updating version to 4.0.3
  • Loading branch information
matthewturk authored Apr 15, 2022
2 parents 0582cc2 + bd1902e commit d4a45eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

install_ccompiler()

VERSION = "4.0.2"
VERSION = "4.0.3"

if os.path.exists("MANIFEST"):
os.remove("MANIFEST")
Expand Down
2 changes: 1 addition & 1 deletion yt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4a45eb

Please sign in to comment.