Skip to content

Commit

Permalink
Merge pull request #1038 from mantidproject/mslice_release_2_10_1
Browse files Browse the repository at this point in the history
Prepare for MSlice release 2.10.1
  • Loading branch information
SilkeSchomann authored Dec 3, 2024
2 parents c7847bc + ead547a commit aa6bc49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# sys.path.insert(0, os.path.abspath(os.path.join("../..", "src")))

# from mslice import version_info # noqa: E402
version_info = (2, 9, 1)
version_info = (2, 10, 1)

# -- General configuration ------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/mslice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
on Mantid (http://www.mantidproject.org).
"""

version_info = (2, 9, 1)
version_info = (2, 10, 1)
__version__ = '.'.join(map(str, version_info))
__project_url__ = 'https://github.com/mantidproject/mslice'

0 comments on commit aa6bc49

Please sign in to comment.