Skip to content

Commit d4a45eb

Browse files
authored
Merge pull request #3897 from matthewturk/yt-4.0.3-prep
Updating version to 4.0.3
2 parents 0582cc2 + bd1902e commit d4a45eb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
# built documents.
7878
#
7979
# The short X.Y version.
80-
version = "4.0.2"
80+
version = "4.0.3"
8181
# The full version, including alpha/beta/rc tags.
82-
release = "4.0.2"
82+
release = "4.0.3"
8383

8484
# The language for content autogenerated by Sphinx. Refer to documentation
8585
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = yt
3-
version = 4.0.2
3+
version = 4.0.3
44
description = An analysis and visualization toolkit for volumetric data
55
long_description = file: README.md
66
long_description_content_type = text/markdown

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
install_ccompiler()
1717

18-
VERSION = "4.0.2"
18+
VERSION = "4.0.3"
1919

2020
if os.path.exists("MANIFEST"):
2121
os.remove("MANIFEST")

yt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Contribute: https://github.com/yt-project/yt
88
99
"""
10-
__version__ = "4.0.2"
10+
__version__ = "4.0.3"
1111

1212
import yt.units as units
1313
import yt.utilities.physical_constants as physical_constants

0 commit comments

Comments
 (0)