Skip to content

Commit a6b9fa4

Browse files
Updated version v1.4.2
1 parent ca86d86 commit a6b9fa4

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.4.2-SNAPSHOT"
55-
project.ext.js_artifact_version = "1.4.2.dev1"
54+
version = "1.4.2"
55+
project.ext.js_artifact_version = "1.4.2"
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.4.2.dev1'
6+
__version__ = '1.4.2'

0 commit comments

Comments
 (0)