Skip to content

Commit f8efdf6

Browse files
Merge pull request #4152 from matthewturk/yt-4.1.x
Updating version to yt-4.1.0
2 parents e4c0304 + af7cef9 commit f8efdf6

3 files changed

Lines changed: 4 additions & 4 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.1-dev"
80+
version = "4.1.0"
8181
# The full version, including alpha/beta/rc tags.
82-
release = "4.1-dev"
82+
release = "4.1.0"
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.dev0
3+
version = 4.1.0
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.dev0" # keep in sync with setup.cfg
10+
__version__ = "4.1.0" # keep in sync with setup.cfg
1111

1212

1313
class VersionTuple(NamedTuple):

0 commit comments

Comments
 (0)