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 51621b5 commit c5005e9Copy full SHA for c5005e9
src/fastjet/version.py
@@ -2,7 +2,7 @@
2
3
import re
4
5
-__version__ = "3.4.3.0"
+__version__ = "3.4.3.1"
6
version = __version__
7
version_info = tuple(re.split(r"[-\.]", __version__))
8
0 commit comments