We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1051c6 commit c932b12Copy full SHA for c932b12
1 file changed
komi/__init__.py
@@ -4,7 +4,7 @@
4
# build time via setuptools dynamic version ([tool.setuptools.dynamic] version =
5
# {attr = "komi.__version__"}), so there is exactly one place to bump on a release
6
# and the packaged metadata can never drift from this value by construction.
7
-__version__ = "0.3.0"
+__version__ = "0.4.0"
8
9
# When installed, prefer the distribution metadata — it's the ground truth of what
10
# pip actually has on disk, which is what `komi-learn update` compares against
0 commit comments