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 97dbf30 commit f9ab980Copy full SHA for f9ab980
D47crunch/__init__.py
@@ -21,8 +21,8 @@
21
__contact__ = '[email protected]'
22
__copyright__ = 'Copyright (c) 2023 Mathieu Daëron'
23
__license__ = 'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause'
24
-__date__ = '2023-07-22'
25
-__version__ = '2.3.1'
+__date__ = '2023-09-19'
+__version__ = '2.3.2'
26
27
import os
28
import numpy as np
changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v2.3.2
4
+*Released on 2023-09-19*
5
+
6
+### Bug fix
7
+* Add `rich` dependency
8
9
## v2.3.1
10
*Released on 2023-07-22*
11
0 commit comments