From 6c78c285678206c1cf4d96943228c4b1b0b275df Mon Sep 17 00:00:00 2001 From: Atomie CHEN Date: Thu, 13 Jan 2022 20:39:28 +0800 Subject: [PATCH] update setup.py version to 0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b6f7495..ab3277f 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/guides/single-sourcing-package-version/ - version='0.2.1', # Required + version='0.3.0', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: