We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db25ef commit cd19313Copy full SHA for cd19313
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Change Log
2
==========
3
4
-0.4.0.dev0 (yyyy-mm-dd)
+0.4.0 (2024-11-26)
5
------------------------
6
7
We are pleased to announce the release of bdikit version 0.4.0.
bdikit/__init__.py
@@ -1,3 +1,3 @@
-__version__ = "0.4.0.dev0"
+__version__ = "0.4.0"
# To shortcut the import path
from bdikit.api import *
0 commit comments