Skip to content

Commit

Permalink
Bumped version to 1.2.3 to create DOI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Gomez-Dans committed May 31, 2016
1 parent e037d1f commit e77e5ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def configuration(parent_package='',top_path=None):
long_description = "The PROSPECT + SAILh radiative transfer models from Python."
if os.path.exists ( "README.txt" ):
long_description = open( "README.txt", 'r').read()

author = "J Gomez-Dans/NCEO & University College London"
author_email = "j.gomez-dans@ucl.ac.uk"
url = "http://github.com/jgomezdans/prosail"
Expand All @@ -39,12 +39,12 @@ def configuration(parent_package='',top_path=None):
'Intended Audience :: Developers',
'Environment :: Console']
setup( name=name,
description=description,
description=description,
long_description=long_description,
author=author,
author=author,
url=url,
author_email = author_email,
author_email = author_email,
classifiers = classifiers,
configuration = configuration,
version="1.2.1",
configuration = configuration,
version="1.2.3",
packages=["prosail"])

0 comments on commit e77e5ca

Please sign in to comment.