We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27497c commit 7c23861Copy full SHA for 7c23861
docs/source/conf.py
@@ -20,7 +20,7 @@
20
# sys.path.insert(0, os.path.abspath(os.path.join("../..", "src")))
21
22
# from mslice import version_info # noqa: E402
23
-version_info = (2, 11, 0)
+version_info = (2, 12, 0)
24
25
# -- General configuration ------------------------------------------------
26
src/mslice/__init__.py
@@ -6,6 +6,6 @@
6
on Mantid (http://www.mantidproject.org).
7
"""
8
9
10
__version__ = ".".join(map(str, version_info))
11
__project_url__ = "https://github.com/mantidproject/mslice"
0 commit comments