Skip to content

Commit 9d80a07

Browse files
Merge pull request #4256 from neutrinoceros/prep_rel_4.1.3
REL: bump version to 4.1.3
2 parents 3dec7ba + d15a0e1 commit 9d80a07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
# The short X.Y version.
8080
version = "4.1"
8181
# The full version, including alpha/beta/rc tags.
82-
release = "4.1.2"
82+
release = "4.1.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.1.2
3+
version = 4.1.3
44
description = An analysis and visualization toolkit for volumetric data
55
long_description = file: README.md
66
long_description_content_type = text/markdown

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.1.2" # keep in sync with setup.cfg
10+
__version__ = "4.1.3" # keep in sync with setup.cfg
1111

1212

1313
class VersionTuple(NamedTuple):

0 commit comments

Comments
 (0)