Skip to content

Commit f6469b2

Browse files
committed
Preparing the release
1 parent 49645ee commit f6469b2

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
@@ -1,11 +1,11 @@
11
from setuptools import setup
22

33
setup(name='MinVar',
4-
version='0.1',
4+
version='1.0',
55
description='Minority variants in HIV',
66
url='https://github.com/ozagordi/MinVar',
77
author='Osvaldo Zagordi',
88
author_email='firstname.lastname@gmail.com')
99
#license='MIT',
1010
#packages=['MinVar'],
11-
#zip_safe=False)
11+
#zip_safe=False)

0 commit comments

Comments
 (0)