Skip to content

Commit

Permalink
version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Jul 12, 2017
1 parent c7581f0 commit 2f90856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ By [Moduland Co](http://www.moduland.ir)

## Installation
### Source Code
- Download [Version 0.1](https://github.com/moduland/csv2vcf/archive/v0.1.zip) or [Latest Source ](https://github.com/Moduland/csv2vcf/archive/master.zip)
- Download [Version 0.2](https://github.com/moduland/csv2vcf/archive/v0.2.zip) or [Latest Source ](https://github.com/Moduland/csv2vcf/archive/master.zip)

- `python3 setup.py install` or `python setup.py install`

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name = 'csv2vcf',
packages = ['csv2vcf'],
version = '0.1',
version = '0.2',
description = 'Convert CSV to VCF',
long_description="",
author = 'Moduland Co',
author_email = 'info@moduland.ir',
url = 'https://github.com/Moduland/csv2vcf',
download_url = 'https://github.com/Moduland/csv2vcf/tarball/v0.1',
download_url = 'https://github.com/Moduland/csv2vcf/tarball/v0.2',
keywords = ['VCF', 'csv', 'contacts','python'],
classifiers = [],
license='MIT',
Expand Down

0 comments on commit 2f90856

Please sign in to comment.