Skip to content

Commit d59d6ec

Browse files
committed
WIP: Set version on the Python and Conda packages (for tests only)
1 parent 24771a7 commit d59d6ec

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.0b.0"
27+
__version__ = "11.0.0.0a.1"
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.0b.0"
5+
version: "11.0.0.0a.1"
66

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

0 commit comments

Comments
 (0)