diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f6228..151bcb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.4.5 (2022-03-04) +### Fix +* Added some more info in usage.rst doc file ([`2c1d4aa`](https://github.com/InatiLab/fcdproc/commit/2c1d4aa75305582478c5bf868f73a3269504d3cf)) + ## v0.4.4 (2022-03-04) ### Fix * Fixed the identation issue in usage3 ([`77d756a`](https://github.com/InatiLab/fcdproc/commit/77d756a34fa943222e2011e25b9f74acc3bc4ce1)) diff --git a/setup.py b/setup.py index 2bd1b75..00d6d3b 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ except ImportError: pass -__version__='0.4.4' +__version__='0.4.5' setup( name="fcdproc", version= __version__,