We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17b87c commit 7f2eef2Copy full SHA for 7f2eef2
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.4.4 (2022-03-04)
6
+### Fix
7
+* Fixed the identation issue in usage3 ([`77d756a`](https://github.com/InatiLab/fcdproc/commit/77d756a34fa943222e2011e25b9f74acc3bc4ce1))
8
+
9
## v0.4.3 (2022-03-04)
10
### Fix
11
* Fixed the identation issue in usage2 ([`baa285c`](https://github.com/InatiLab/fcdproc/commit/baa285c062fa3c4dcee7051bb1bdcc6d8058fd06))
setup.py
@@ -41,7 +41,7 @@
41
except ImportError:
42
pass
43
44
-__version__='0.4.3'
+__version__='0.4.4'
45
setup(
46
name="fcdproc",
47
version= __version__,
0 commit comments