We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a7785 commit 86a557fCopy full SHA for 86a557f
1 file changed
evv4esm/__init__.py
@@ -28,7 +28,7 @@
28
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
30
31
-__version_info__ = (0, 6, 1)
+__version_info__ = (0, 6, 2)
32
__version__ = ".".join(str(vi) for vi in __version_info__)
33
34
PASS_COLOR = "#389933"
0 commit comments