We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ae5a7 commit 3d39fe8Copy full SHA for 3d39fe8
build.gradle
@@ -15,8 +15,8 @@ plugins {
15
}
16
17
group 'org.jetbrains.lets-plot'
18
-version "1.2.2-SNAPSHOT"
19
-project.ext.js_artifact_version = "1.2.dev2"
+version "1.3.0rc1"
+project.ext.js_artifact_version = "1.3.0rc1"
20
21
/*
22
* Copyright (c) 2019. JetBrains s.r.o.
python-package/lets_plot/_version.py
@@ -3,4 +3,4 @@
3
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
4
#
5
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
6
-__version__ = '1.2.dev2'
+__version__ = '1.3.0rc1'
0 commit comments