We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9645665 commit 1b777e2Copy full SHA for 1b777e2
2 files changed
khiops/__init__.py
@@ -24,7 +24,7 @@
24
"""
25
from khiops.core.internals.version import KhiopsVersion
26
27
-__version__ = "11.0.0.0"
+__version__ = "11.0.0.1a.0"
28
29
30
def get_compatible_khiops_version():
packaging/conda/meta.yaml
@@ -2,7 +2,7 @@
2
package:
3
name: {{ name }}
4
# The Conda version cannot contain the '-' character, so we eliminate it
5
- version: "11.0.0.0"
+ version: "11.0.0.1a.0"
6
7
source:
8
path: ../../
0 commit comments