From 5e7ad77c8b1ce7ca35c051b0ee93de76cbb31b9a Mon Sep 17 00:00:00 2001 From: Chris Amico Date: Sun, 6 Nov 2022 12:10:17 -0500 Subject: [PATCH] v0.8.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57224f2..f300cfb 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.8.0" +VERSION = "0.8.1" requirements = ["click>=7.0", "sqlite_utils", "geopy"]