Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
ggautreau authored Feb 16, 2018
1 parent c7c066e commit b902ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run(self):

setup(
name = name,
version = "0.0.2",
version = "0.0.3",
author = "Guillaume GAUTREAU",
author_email = "[email protected]",
description = "Depict microbial diversity via a partitioned pangenome graph",
Expand All @@ -67,4 +67,4 @@ def run(self):
name+' = '+name+'.command_line:__main__'
]},
extras_require= {'all' : ['futures', 'collections', 'ordered-set', 'networkx >= 2.0', 'numpy', 'scipy','community', 'tqdm', 'python-highcharts']},
cmdclass={'build': pre_build, 'clean': post_clean})
cmdclass={'build': pre_build, 'clean': post_clean})

0 comments on commit b902ed8

Please sign in to comment.