chore: version bump

This commit is contained in:
relikd
2024-01-27 16:22:49 +01:00
parent 2ab5609483
commit 0b5db8696a

View File

@@ -2,6 +2,6 @@
''' '''
Convert AddressBook database (.abcddb) to Contacts VCards file (.vcf) Convert AddressBook database (.abcddb) to Contacts VCards file (.vcf)
''' '''
__version__ = '1.0.1' __version__ = '1.1.0'
from .ABCDDB import ABCDDB from .ABCDDB import ABCDDB