From 106b006af7ba21043daa5f8e8caa95e925bfeab0 Mon Sep 17 00:00:00 2001 From: tqchen Date: Mon, 28 Jun 2021 11:12:07 -0400 Subject: [PATCH] [VERSION] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50ea1d1..d16f8f6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ """Setup TLCPack.""" from setuptools import setup, find_packages -__version__ = "0.1.6" +__version__ = "0.2.1" setup(