We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb070f4 commit 29ba618Copy full SHA for 29ba618
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.4.1 (2022-03-03)
6
+### Fix
7
+* Removed space list from base script ([`bb070f4`](https://github.com/InatiLab/fcdproc/commit/bb070f4c29cccb902ac4a350fadaba573c68797b))
8
+
9
## v0.4.0 (2022-01-03)
10
### Feature
11
* Added some FurtureWarning suppressant ([`042ed9e`](https://github.com/InatiLab/fcdproc/commit/042ed9efd80d3afd148abb068d6e88f181d792c9))
setup.py
@@ -41,7 +41,7 @@
41
except ImportError:
42
pass
43
44
-__version__='0.4.0'
+__version__='0.4.1'
45
setup(
46
name="fcdproc",
47
version= __version__,
0 commit comments