Skip to content

Commit ef420a5

Browse files
committed
0.2.1 for pypi
1 parent 144dd2b commit ef420a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
setup(
88
name = 'csv2vcard',
99
packages = ['csv2vcard'],
10-
version = '0.2',
10+
version = '0.2.1',
1111
description = 'A library for converting csvs to vCards',
1212
long_description = README,
1313
author = 'Nikolay Dimolarov',
1414
author_email = '[email protected]',
1515
url = 'https://github.com/tech4242/csv2vcard',
16-
download_url = 'https://github.com/tech4242/csv2vcard/archive/0.2.tar.gz',
16+
download_url = 'https://github.com/tech4242/csv2vcard/archive/0.2.1.tar.gz',
1717
keywords = ['csv', 'vcard', 'export'],
1818
python_requires = '>=3.6',
1919
classifiers = [

0 commit comments

Comments
 (0)