We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4678d00 commit 2c4fd71Copy full SHA for 2c4fd71
src/sos/_version.py
@@ -17,7 +17,7 @@
17
# version of the SoS language
18
__sos_version__ = '1.0'
19
# version of the sos command
20
-__version__ = '0.9.15.1'
+__version__ = '0.9.15.2'
21
__py_version__ = '{}.{}.{}'.format(_py_ver.major, _py_ver.minor, _py_ver.micro)
22
23
#
0 commit comments