Skip to content

Commit

Permalink
Update version number to 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkeSchomann authored Jun 10, 2022
1 parent 4867e65 commit be9c0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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, 3, 1)
version_info = (2, 4, 0)
__version__ = '.'.join(map(str, version_info))
__project_url__ = 'https://github.com/mantidproject/mslice'

0 comments on commit be9c0a1

Please sign in to comment.