From 396a4e83048343afcb8a50efe360537e2fafd80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20d=27Az=C3=A9mar?= Date: Mon, 15 Jul 2019 15:45:04 +0200 Subject: [PATCH] build Update package version to 0.6.0 --- powerapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerapi/__init__.py b/powerapi/__init__.py index 14112f44..606d8188 100644 --- a/powerapi/__init__.py +++ b/powerapi/__init__.py @@ -27,4 +27,4 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "0.5.1" +__version__ = "0.6.0"