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 ca86d86 commit a6b9fa4Copy full SHA for a6b9fa4
build.gradle
@@ -51,8 +51,8 @@ configurations {
51
52
allprojects {
53
group = 'org.jetbrains.lets-plot'
54
- version = "1.4.2-SNAPSHOT"
55
- project.ext.js_artifact_version = "1.4.2.dev1"
+ version = "1.4.2"
+ project.ext.js_artifact_version = "1.4.2"
56
// see also: python-package/lets_plot/_version.py
57
58
repositories {
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.4.2.dev1'
+__version__ = '1.4.2'
0 commit comments