We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e633665 commit 8657bd7Copy full SHA for 8657bd7
2 files changed
geoclustering/version.py
@@ -1,8 +1,8 @@
1
_MAJOR = "0"
2
-_MINOR = "1"
+_MINOR = "2"
3
# On main and in a nightly release the patch should be one ahead of the last
4
# released build.
5
-_PATCH = "3"
+_PATCH = "0"
6
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
7
# https://semver.org/#is-v123-a-semantic-version for the semantics.
8
_SUFFIX = ""
scripts/release.sh
100644
100755
0 commit comments