renaming to geoclustering due to pypi

This commit is contained in:
msramalho
2022-07-01 14:24:22 +02:00
parent b02139c50f
commit 6f83246478
13 changed files with 1158 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
set -e
TAG=$(python -c 'from geocluster.version import VERSION; print("v" + VERSION)')
TAG=$(python -c 'from geoclustering.version import VERSION; print("v" + VERSION)')
read -p "Creating new release for $TAG. Do you want to continue? [Y/n] " prompt