Skip to content

Commit

Permalink
Merge pull request #4152 from matthewturk/yt-4.1.x
Browse files Browse the repository at this point in the history
Updating version to yt-4.1.0
  • Loading branch information
neutrinoceros committed Oct 6, 2022
2 parents e4c0304 + af7cef9 commit f8efdf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
# built documents.
#
# The short X.Y version.
version = "4.1-dev"
version = "4.1.0"
# The full version, including alpha/beta/rc tags.
release = "4.1-dev"
release = "4.1.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = yt
version = 4.1.dev0
version = 4.1.0
description = An analysis and visualization toolkit for volumetric data
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion yt/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version_info",
]

__version__ = "4.1.dev0" # keep in sync with setup.cfg
__version__ = "4.1.0" # keep in sync with setup.cfg


class VersionTuple(NamedTuple):
Expand Down

0 comments on commit f8efdf6

Please sign in to comment.