From a1536d8aa95860934e1796b3c70152ba1a92adde Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 17 Dec 2021 18:58:05 +0000 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb044e0..06e718d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.0 (2021-12-17) +### Feature +* Let semantic release do the publish ([`f227954`](https://github.com/InatiLab/fcdproc/commit/f22795464f6daae59f01a5cacd339ce4db6cbfdf)) + ## v0.1.0 (2021-12-17) ### Feature * Specified python version ([`935776b`](https://github.com/ShervinAbd92/fcdproc/commit/935776b02ade96d2f43a9d8db336044867f5b8e8)) diff --git a/setup.py b/setup.py index 2d75ad3..8b9f03a 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ except ImportError: pass -__version__='0.1.0' +__version__='0.2.0' setup( name="fcdproc", version= __version__,