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