Skip to content

Commit

Permalink
Updated version v4.3.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
VDovidaytis-HORIS committed Apr 12, 2024
1 parent 6c6e0cb commit 584d37d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project.ext.letsPlotTaskGroup = 'lets-plot'

allprojects {
group = 'org.jetbrains.lets-plot'
version = "4.3.1-SNAPSHOT"
version = "4.3.1-rc1"
// see also: python-package/lets_plot/_version.py

// Generate JVM 1.8 bytecode
Expand Down
2 changes: 1 addition & 1 deletion js-package/distr/lets-plot.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python-package/lets_plot/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
#
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
__version__ = '4.3.1.dev1'
__version__ = '4.3.1rc1'

0 comments on commit 584d37d

Please sign in to comment.