Skip to content

Commit

Permalink
Merge pull request #3765 from matthewturk/yt-4.0.x
Browse files Browse the repository at this point in the history
REL: Update version to 4.0.2
  • Loading branch information
neutrinoceros committed Feb 1, 2022
2 parents f1d204e + 4637a04 commit ec7cd67
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.1"
version = "4.0.2"
# The full version, including alpha/beta/rc tags.
release = "4.0.1"
release = "4.0.2"

# 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.1
version = 4.0.2
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.1"
VERSION = "4.0.2"

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.1"
__version__ = "4.0.2"

import yt.units as units
import yt.utilities.physical_constants as physical_constants
Expand Down

0 comments on commit ec7cd67

Please sign in to comment.