Skip to content

Commit d15eef9

Browse files
Updated version v2.1.0rc1
1 parent 5e3f457 commit d15eef9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.6-alpha1"
68-
project.ext.js_artifact_version = "2.0.6.dev1"
67+
version = "2.1.0-rc1"
68+
project.ext.js_artifact_version = "2.1.0rc1"
6969
// see also: python-package/lets_plot/_version.py
7070

7171
repositories {

js-package/distr/lets-plot.js

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

js-package/distr/lets-plot.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.6.dev1'
6+
__version__ = '2.1.0rc1'

0 commit comments

Comments
 (0)