Skip to content

Commit afe3c90

Browse files
author
Thierry RAMORASOAVINA
committed
Update Pip and dev Conda package version to 11.0.0.2
1 parent 8056f19 commit afe3c90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

khiops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"""
2525
from khiops.core.internals.version import KhiopsVersion
2626

27-
__version__ = "11.0.0.1"
27+
__version__ = "11.0.0.2"
2828

2929

3030
def get_compatible_khiops_version():

packaging/conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
package:
33
name: {{ name }}
44
# The Conda version cannot contain the '-' character, so we eliminate it
5-
version: "11.0.0.1"
5+
version: "11.0.0.2"
66

77
source:
88
path: ../../

0 commit comments

Comments
 (0)