Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit b7d84e2

Browse files
build: switch to version 999-dev0
1 parent b54878d commit b7d84e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

jpyinterpreter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>ai.timefold.solver</groupId>
66
<artifactId>timefold-solver-python-parent</artifactId>
7-
<version>1.12.0</version>
7+
<version>999-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>ai.timefold.solver</groupId>
66
<artifactId>timefold-solver-build-parent</artifactId>
7-
<version>1.12.0</version>
7+
<version>999-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def find_stub_files(stub_root: str):
117117

118118
this_directory = Path(__file__).parent
119119
long_description = (this_directory / "README.md").read_text()
120-
timefold_solver_python_version = '1.12.0b0'
120+
timefold_solver_python_version = '999-dev0'
121121

122122
setup(
123123
name='timefold',

timefold-solver-python-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>ai.timefold.solver</groupId>
66
<artifactId>timefold-solver-python-parent</artifactId>
7-
<version>1.12.0</version>
7+
<version>999-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)