Skip to content

Commit 8657bd7

Browse files
committed
Bump version to v0.2.0 for release
1 parent e633665 commit 8657bd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

geoclustering/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
_MAJOR = "0"
2-
_MINOR = "1"
2+
_MINOR = "2"
33
# On main and in a nightly release the patch should be one ahead of the last
44
# released build.
5-
_PATCH = "3"
5+
_PATCH = "0"
66
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
77
# https://semver.org/#is-v123-a-semantic-version for the semantics.
88
_SUFFIX = ""

scripts/release.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)