From 9ac2a932022a235e6fca75ef7c00cce1f04b7734 Mon Sep 17 00:00:00 2001 From: Pat Pannuto Date: Fri, 9 Feb 2018 12:45:31 -0800 Subject: [PATCH] version bump: 0.7 - #30: Fix path formatting, thanks @roel0 - #34, #35: Improvements to data exporting, thanks @rpolitex - #36: Alternate Logic path on Windows, thanks @hexfet - #39: Fix spawning of Logic on Linux, thanks @johnthagen --- saleae/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saleae/version.py b/saleae/version.py index ef7eb44..8411e55 100644 --- a/saleae/version.py +++ b/saleae/version.py @@ -1 +1 @@ -__version__ = '0.6.0' +__version__ = '0.6.1'