Skip to content

Commit

Permalink
Version set at 0.5.0 and updated metainformation
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Feb 13, 2015
1 parent 34450eb commit 73e9dda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.5.0
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def find_package_data(pdir):
setup(
name = 'reflexible',
version = VERSION,
author = 'John F. Burkhart',
author = 'John F. Burkhart, Francesc Alted',
author_email = 'jfburkhart@gmail.com',
url = 'http://niflheim.nilu.no/~burkhart/reflexible',
url = 'https://github.com/spectraphilic/reflexible',
description = 'A Python interface to FLEXPART data.',
license = 'Creative Commons',
packages = [
Expand All @@ -59,5 +59,4 @@ def find_package_data(pdir):
'readpartpositions = reflexible.scripts.readpartpositions:main',
]
},

)

0 comments on commit 73e9dda

Please sign in to comment.