From 13dfc5d04fb81c8c5b685a7fa12aac55d7250337 Mon Sep 17 00:00:00 2001 From: Alon Gubkin Date: Mon, 11 May 2020 14:16:18 +0300 Subject: [PATCH] increase version to 1.0.0 (#3) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cdd62e..149cedf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dmatrix2np" -version = "0.1.0" +version = "1.0.0" description = "Convert XGBoost's DMatrix to numpy array" authors = ["Aporia technologies ltd "] license = "GPL-3.0"