Skip to content

Commit e048a63

Browse files
committed
missing comma
1 parent c6e3671 commit e048a63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

geoclustering/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
_MINOR = "1"
33
# On main and in a nightly release the patch should be one ahead of the last
44
# released build.
5-
_PATCH = "2"
5+
_PATCH = "3"
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 = ""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author_email="tech@bellingcat.com",
2323
license="MIT",
2424
packages=["geoclustering"],
25-
package_data={"geoclustering": ["kepler_config.json"]}
25+
package_data={"geoclustering": ["kepler_config.json"]},
2626
keywords=["cluster", "gis", "pattern-analysis"],
2727
entry_points={"console_scripts": ["geoclustering = geoclustering.__main__:main"]},
2828
install_requires=[

0 commit comments

Comments
 (0)