Skip to content

Commit 3d39fe8

Browse files
Updated version v1.3.0rc1
1 parent 73ae5a7 commit 3d39fe8

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
@@ -15,8 +15,8 @@ plugins {
1515
}
1616

1717
group 'org.jetbrains.lets-plot'
18-
version "1.2.2-SNAPSHOT"
19-
project.ext.js_artifact_version = "1.2.dev2"
18+
version "1.3.0rc1"
19+
project.ext.js_artifact_version = "1.3.0rc1"
2020

2121
/*
2222
* Copyright (c) 2019. JetBrains s.r.o.

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.2.dev2'
6+
__version__ = '1.3.0rc1'

0 commit comments

Comments
 (0)