Skip to content

Commit a2146ea

Browse files
Updated version v4.9.0rc1
1 parent 07031df commit a2146ea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

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

4343
allprojects {
4444
group = "org.jetbrains.lets-plot"
45-
version = "4.8.3-SNAPSHOT" // see also: python-package/lets_plot/_version.py
45+
version = "4.9.0-rc1" // see also: python-package/lets_plot/_version.py
4646
// version = "0.0.0-SNAPSHOT" // for local publishing only
4747

4848
// 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.8.3.dev1'
6+
__version__ = '4.9.0rc1'

0 commit comments

Comments
 (0)