diff --git a/dist/vcf-creator-1.0.4.tar.gz b/dist/vcf-creator-1.0.4.tar.gz deleted file mode 100644 index 05c8713..0000000 Binary files a/dist/vcf-creator-1.0.4.tar.gz and /dev/null differ diff --git a/dist/vcf_creator-1.0.4-py3-none-any.whl b/dist/vcf_creator-1.0.5-py3-none-any.whl similarity index 52% rename from dist/vcf_creator-1.0.4-py3-none-any.whl rename to dist/vcf_creator-1.0.5-py3-none-any.whl index e007d56..47b0b88 100644 Binary files a/dist/vcf_creator-1.0.4-py3-none-any.whl and b/dist/vcf_creator-1.0.5-py3-none-any.whl differ diff --git a/dist/vcf_creator-1.0.5.tar.gz b/dist/vcf_creator-1.0.5.tar.gz new file mode 100644 index 0000000..1757d47 Binary files /dev/null and b/dist/vcf_creator-1.0.5.tar.gz differ diff --git a/setup.py b/setup.py index dbee770..70b5635 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ long_description = fh.read() setuptools.setup( - name="vcf-creator", - version="1.0.4", + name="vcf_creator", + version="1.0.5", author="Animesh Singh Chouhan", author_email="animeshsingh.iitkgp@gmail.com", description="Generate vCard file from CSV", diff --git a/vcf_creator.egg-info/PKG-INFO b/vcf_creator.egg-info/PKG-INFO index d376e94..ab0bb42 100644 --- a/vcf_creator.egg-info/PKG-INFO +++ b/vcf_creator.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: vcf-creator -Version: 1.0.4 +Version: 1.0.5 Summary: Generate vCard file from CSV Home-page: https://github.com/animesh-chouhan/vcf-creator Author: Animesh Singh Chouhan