We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db4f5f commit ef9ee75Copy full SHA for ef9ee75
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.19.11'
+__version__ = '0.19.12'
21
__py_version__ = '{}.{}.{}'.format(_py_ver.major, _py_ver.minor, _py_ver.micro)
22
23
#
0 commit comments