We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6657497 commit ffdca2bCopy full SHA for ffdca2b
2 files changed
docs/source/conf.py
@@ -23,9 +23,9 @@
23
copyright = "2020-2025, Diamond Light Source Ltd"
24
author = "Philip Mousley"
25
26
-version = "2.3.1"
+version = "2.3.2"
27
# The full version, including alpha/beta/rc tags
28
-release = "2.3.1"
+release = "2.3.2"
29
30
31
# -- General configuration ---------------------------------------------------
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="fast_rsm",
16
- version="2.3.1",
+ version="2.3.2",
17
license="MIT License",
18
packages=find_packages("src"),
19
description=(
0 commit comments