Skip to content

Commit

Permalink
fixing issue with setup.py which caused pip install to fail, updated …
Browse files Browse the repository at this point in the history
…version
  • Loading branch information
dronecfd committed Oct 15, 2014
1 parent c748bb8 commit c5bc0a6
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 @@ -8,7 +8,7 @@
package_data = [ (d, [path.join(d, f) for f in files]) for d,folders,files in walk(datadir)]
setup(
name='droneCFD',
version='0.1.0',
version='0.1.1',
description='A virtual wind tunnel based on OpenFOAM and PyFOAM',
long_description='Please see dronecfd.com for more information',
url='http://www.dronecfd.com',
Expand Down

0 comments on commit c5bc0a6

Please sign in to comment.