From e048a63bb828160290ab62a7dfd9237d9ff2f737 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:47:25 +0200 Subject: [PATCH] missing comma --- geoclustering/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/geoclustering/version.py b/geoclustering/version.py index 576e284..2081059 100644 --- a/geoclustering/version.py +++ b/geoclustering/version.py @@ -2,7 +2,7 @@ _MINOR = "1" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "2" +_PATCH = "3" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = "" diff --git a/setup.py b/setup.py index 74439f2..b36e78e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ author_email="tech@bellingcat.com", license="MIT", packages=["geoclustering"], - package_data={"geoclustering": ["kepler_config.json"]} + package_data={"geoclustering": ["kepler_config.json"]}, keywords=["cluster", "gis", "pattern-analysis"], entry_points={"console_scripts": ["geoclustering = geoclustering.__main__:main"]}, install_requires=[