From 160c3e1705cc42d9b76142cff228558be00bf008 Mon Sep 17 00:00:00 2001 From: carefree0910 Date: Mon, 8 Feb 2021 22:40:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96Released=20`v0.1.13`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5ba4c2eb..6a2a06b49 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "0.1.12" +VERSION = "0.1.13" DESCRIPTION = "A minimal Automatic Machine Learning (AutoML) solution for tabular datasets based on PyTorch" with open("README.md", encoding="utf-8") as f: LONG_DESCRIPTION = f.read()