Skip to content

Commit

Permalink
Replaced version by revision in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf authored and felix.antoine.fortin committed Oct 21, 2011
1 parent f1c29de commit 78a1dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import deap

setup(name='deap',
version=deap.__version__,
version=deap.__revision__,
description='Distributed Evolutionary Algorithms in Python',
long_description=open('README.txt').read(),
author='deap Development Team',
Expand Down

0 comments on commit 78a1dbe

Please sign in to comment.