Skip to content

Commit fda94bc

Browse files
Updated version v1.4.0rc2
1 parent f0b871f commit fda94bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ configurations {
5151

5252
allprojects {
5353
group = 'org.jetbrains.lets-plot'
54-
version = "1.3.4-SNAPSHOT"
55-
project.ext.js_artifact_version = "1.3.4.dev1"
54+
version = "1.4.0rc2"
55+
project.ext.js_artifact_version = "1.4.0rc2"
5656
// see also: python-package/lets_plot/_version.py
5757

5858
repositories {

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__ = '1.3.4.dev1'
6+
__version__ = '1.4.0rc2'

0 commit comments

Comments
 (0)