We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24771a7 commit d59d6ecCopy full SHA for d59d6ec
khiops/__init__.py
@@ -24,7 +24,7 @@
24
"""
25
from khiops.core.internals.version import KhiopsVersion
26
27
-__version__ = "11.0.0.0b.0"
+__version__ = "11.0.0.0a.1"
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.0b.0"
+ version: "11.0.0.0a.1"
6
7
source:
8
path: ../../
0 commit comments