From b996c126f2e455bbf38953b9a69ada63a506bf26 Mon Sep 17 00:00:00 2001 From: carefree0910 Date: Tue, 9 Aug 2022 01:04:06 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 48e70e4..36e6d07 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages -VERSION = "0.2.14" +VERSION = "0.2.15" DESCRIPTION = "Some commonly used functions and modules" with open("README.md") as f: