From addf097fa18cd8568d6dea5fdd01d5b6c719610d Mon Sep 17 00:00:00 2001 From: Darius Morawiec Date: Sun, 20 Jan 2019 13:51:56 +0100 Subject: [PATCH] release/0.7.2: Release patch 0.7.2 --- changelog.md | 2 +- sklearn_porter/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index f92dce35..2ab8cdc9 100644 --- a/changelog.md +++ b/changelog.md @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. ### Changed - +## 0.7.2 ## 0.7.1 ### Fixed diff --git a/sklearn_porter/package.json b/sklearn_porter/package.json index 25ef36fa..43d9558d 100644 --- a/sklearn_porter/package.json +++ b/sklearn_porter/package.json @@ -7,6 +7,6 @@ "url": "https://github.com/nok/sklearn-porter", "keywords": ["sklearn", "scikit-learn"], "requirements": "file://../requirements.txt", - "version": "0.7.1", + "version": "0.7.2", "license": "MIT" }