Skip to content

Commit 2f90856

Browse files
version 0.2
1 parent c7581f0 commit 2f90856

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ By [Moduland Co](http://www.moduland.ir)
3131

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

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

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
setup(
33
name = 'csv2vcf',
44
packages = ['csv2vcf'],
5-
version = '0.1',
5+
version = '0.2',
66
description = 'Convert CSV to VCF',
77
long_description="",
88
author = 'Moduland Co',
99
author_email = '[email protected]',
1010
url = 'https://github.com/Moduland/csv2vcf',
11-
download_url = 'https://github.com/Moduland/csv2vcf/tarball/v0.1',
11+
download_url = 'https://github.com/Moduland/csv2vcf/tarball/v0.2',
1212
keywords = ['VCF', 'csv', 'contacts','python'],
1313
classifiers = [],
1414
license='MIT',

0 commit comments

Comments
 (0)