We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171bad7 commit 532257cCopy full SHA for 532257c
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.4.3 (2022-03-04)
6
+### Fix
7
+* Fixed the identation issue in usage2 ([`baa285c`](https://github.com/InatiLab/fcdproc/commit/baa285c062fa3c4dcee7051bb1bdcc6d8058fd06))
8
+
9
## v0.4.2 (2022-03-04)
10
### Fix
11
* Fixed the identation issue in usage ([`317f3e7`](https://github.com/InatiLab/fcdproc/commit/317f3e7c6b832ebccff29c8be088bafaf4b78507))
setup.py
@@ -41,7 +41,7 @@
41
except ImportError:
42
pass
43
44
-__version__='0.4.2'
+__version__='0.4.3'
45
setup(
46
name="fcdproc",
47
version= __version__,
0 commit comments