From 2604eed96e0d29951a42378a8ddc3b8240242759 Mon Sep 17 00:00:00 2001 From: relikd Date: Sat, 27 Jan 2024 16:22:49 +0100 Subject: [PATCH] chore: version bump --- abcddb2vcard/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abcddb2vcard/__init__.py b/abcddb2vcard/__init__.py index ffc58f7..576767e 100644 --- a/abcddb2vcard/__init__.py +++ b/abcddb2vcard/__init__.py @@ -2,6 +2,6 @@ ''' Convert AddressBook database (.abcddb) to Contacts VCards file (.vcf) ''' -__version__ = '1.0.1' +__version__ = '1.1.0' from .ABCDDB import ABCDDB