Skip to content

Commit bdeeb06

Browse files
Updated version v4.6.3.dev1
1 parent d1c6fbf commit bdeeb06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ val letsPlotTaskGroup by extra { "lets-plot" }
2929

3030
allprojects {
3131
group = "org.jetbrains.lets-plot"
32-
version = "4.6.2" // see also: python-package/lets_plot/_version.py
32+
version = "4.6.3-SNAPSHOT" // see also: python-package/lets_plot/_version.py
3333
// version = "0.0.0-SNAPSHOT" // for local publishing only
3434

3535
// Generate JVM 1.8 bytecode

python-package/lets_plot/_version.py

+1-1
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__ = '4.6.2'
6+
__version__ = '4.6.3.dev1'

0 commit comments

Comments
 (0)