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 13f93ac commit cda356dCopy full SHA for cda356d
build.gradle
@@ -15,8 +15,8 @@ plugins {
15
}
16
17
group 'org.jetbrains.lets-plot'
18
-version "1.3.1-SNAPSHOT"
19
-project.ext.js_artifact_version = "1.3.dev1"
+version "1.3.0"
+project.ext.js_artifact_version = "1.3.0"
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.3.dev1'
+__version__ = '1.3.0'
0 commit comments