Skip to content

Commit 2142b64

Browse files
Updated version v4.5.0rc1
1 parent 0f490bb commit 2142b64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ val letsPlotTaskGroup by extra { "lets-plot" }
2525

2626
allprojects {
2727
group = "org.jetbrains.lets-plot"
28-
version = "4.4.2-SNAPSHOT" // see also: python-package/lets_plot/_version.py
28+
version = "4.5.0-rc1" // see also: python-package/lets_plot/_version.py
2929
// version = "0.0.0-SNAPSHOT" // for local publishing only
3030

3131
// Generate JVM 1.8 bytecode

js-package/distr/lets-plot.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-package/lets_plot/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
44
#
55
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
6-
__version__ = '4.4.2.dev1'
6+
__version__ = '4.5.0rc1'

0 commit comments

Comments
 (0)