Skip to content

Commit f44c2f3

Browse files
Updated version v2.0.3rc2
1 parent 130ec21 commit f44c2f3

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
@@ -64,8 +64,8 @@ configurations {
6464

6565
allprojects {
6666
group = 'org.jetbrains.lets-plot'
67-
version = "2.0.4-alpha1"
68-
project.ext.js_artifact_version = "2.0.4.dev1"
67+
version = "2.0.3-rc2"
68+
project.ext.js_artifact_version = "2.0.3rc2"
6969
// see also: python-package/lets_plot/_version.py
7070

7171
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__ = '2.0.4.dev1'
6+
__version__ = '2.0.3rc2'

0 commit comments

Comments
 (0)