Skip to content

Commit

Permalink
Updated version v2.0.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
VDovidaytis-HORIS committed Mar 12, 2021
1 parent fe7fb8d commit 15bf869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ configurations {

allprojects {
group = 'org.jetbrains.lets-plot'
version = "2.0.1-alpha2"
project.ext.js_artifact_version = "2.0.1.dev2"
version = "2.0.1-rc1"
project.ext.js_artifact_version = "2.0.1rc1"
// see also: python-package/lets_plot/_version.py

repositories {
Expand Down
2 changes: 1 addition & 1 deletion python-package/lets_plot/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
#
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
__version__ = '2.0.1.dev2'
__version__ = '2.0.1rc1'

0 comments on commit 15bf869

Please sign in to comment.