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__,