Skip to content

Commit

Permalink
Check that directories are ok
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkeSchomann committed Oct 9, 2024
1 parent 0b85206 commit df69527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mslice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A PyQt-based version of the MSlice (http://mslice.isis.rl.ac.uk) program based
on Mantid (http://www.mantidproject.org).
"""

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

0 comments on commit df69527

Please sign in to comment.