Skip to content

Commit

Permalink
Merge pull request #4308 from matthewturk/prep_rel_4.1.4
Browse files Browse the repository at this point in the history
REL: Bump version numbers to 4.1.4
  • Loading branch information
matthewturk committed Jan 20, 2023
2 parents 4aaf1e2 + c14ac81 commit 8a6dca3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
# The short X.Y version.
version = "4.1"
# The full version, including alpha/beta/rc tags.
release = "4.1.3"
release = "4.1.4"

# 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.3
version = 4.1.4
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.3" # keep in sync with setup.cfg
__version__ = "4.1.4" # keep in sync with setup.cfg


class VersionTuple(NamedTuple):
Expand Down

0 comments on commit 8a6dca3

Please sign in to comment.