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

Commit

Permalink
build: switch to version 1.12.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
timefold-release committed Jul 9, 2024
1 parent e1dac95 commit b54878d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jpyinterpreter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ai.timefold.solver</groupId>
<artifactId>timefold-solver-python-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ai.timefold.solver</groupId>
<artifactId>timefold-solver-build-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.12.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def find_stub_files(stub_root: str):

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

setup(
name='timefold',
Expand Down
2 changes: 1 addition & 1 deletion timefold-solver-python-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ai.timefold.solver</groupId>
<artifactId>timefold-solver-python-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>1.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit b54878d

Please sign in to comment.