We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c6fbf commit bdeeb06Copy full SHA for bdeeb06
build.gradle.kts
@@ -29,7 +29,7 @@ val letsPlotTaskGroup by extra { "lets-plot" }
29
30
allprojects {
31
group = "org.jetbrains.lets-plot"
32
- version = "4.6.2" // see also: python-package/lets_plot/_version.py
+ version = "4.6.3-SNAPSHOT" // see also: python-package/lets_plot/_version.py
33
// version = "0.0.0-SNAPSHOT" // for local publishing only
34
35
// Generate JVM 1.8 bytecode
python-package/lets_plot/_version.py
@@ -3,4 +3,4 @@
3
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
4
#
5
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
6
-__version__ = '4.6.2'
+__version__ = '4.6.3.dev1'
0 commit comments