We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4aaf1e2 + c14ac81 commit 8a6dca3Copy full SHA for 8a6dca3
3 files changed
doc/source/conf.py
@@ -79,7 +79,7 @@
79
# The short X.Y version.
80
version = "4.1"
81
# The full version, including alpha/beta/rc tags.
82
-release = "4.1.3"
+release = "4.1.4"
83
84
# The language for content autogenerated by Sphinx. Refer to documentation
85
# for a list of supported languages.
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = yt
3
-version = 4.1.3
+version = 4.1.4
4
description = An analysis and visualization toolkit for volumetric data
5
long_description = file: README.md
6
long_description_content_type = text/markdown
yt/_version.py
@@ -7,7 +7,7 @@
7
"version_info",
8
]
9
10
-__version__ = "4.1.3" # keep in sync with setup.cfg
+__version__ = "4.1.4" # keep in sync with setup.cfg
11
12
13
class VersionTuple(NamedTuple):
0 commit comments