We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7065876 commit e31b98fCopy full SHA for e31b98f
fnal_column_analysis_tools/version.py
@@ -30,7 +30,7 @@
30
31
import re
32
33
-__version__ = "0.3.1"
+__version__ = "0.3.2"
34
version = __version__
35
version_info = tuple(re.split(r"[-\.]", __version__))
36
0 commit comments