Skip to content

Commit

Permalink
bump version for 4.0.1 bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
munkm committed Jul 21, 2021
1 parent 17537f9 commit 6a90b96
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.0"
version = "4.0.1"
# The full version, including alpha/beta/rc tags.
release = "4.0.0"
release = "4.0.1"

# 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.0
version = 4.0.1
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.0"
VERSION = "4.0.1"

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.0"
__version__ = "4.0.1"

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

0 comments on commit 6a90b96

Please sign in to comment.