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()