Skip to content

Commit f043ac8

Browse files
authored
Merge pull request #5325 from chrishavlin/release/prep_4pt4pt2
[REL] bump to version 4.4.2
2 parents 149bf21 + 4986d60 commit f043ac8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# The short X.Y version.
7171
version = "4.4"
7272
# The full version, including alpha/beta/rc tags.
73-
release = "4.4.1"
73+
release = "4.4.2"
7474

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010

1111
[project]
1212
name = "yt"
13-
version = "4.4.1"
13+
version = "4.4.2"
1414
description = "An analysis and visualization toolkit for volumetric data"
1515
authors = [
1616
{ name = "The yt project", email = "yt-dev@python.org" },

yt/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"version_info",
88
]
99

10-
__version__ = "4.4.1" # keep in sync with pyproject.toml
10+
__version__ = "4.4.2" # keep in sync with pyproject.toml
1111

1212

1313
class VersionTuple(NamedTuple):

0 commit comments

Comments
 (0)