diff --git a/README.md b/README.md index d795b35..a128719 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ pip install DSSATTools ``` ## v2.1 Updates For the latest version the next changes were implemented: -- Everything is based in the fact that each simulation includes only one treatment. That involves a single option for cultivars, irrigation, fertilizer, field, etc. +- The library simultes only one treatment. Therefore, only one option for cultivars, irrigation, fertilizer, field, etc. can be defined. - Every set of defined crop or management parameters is a section. Each section is an attribute of the `Crop` or `Management` class. Sections won't be created by the user. The user can only modify the value of the parameters of the section, they can't create or add new parameters. - The weather is now managed by a single `Weather` class. - A `__repr__` method was implemented for the four basic classes (`Crop`, `Management`, `Weather` and `SoilProfile`), and the `Section` class. diff --git a/setup.py b/setup.py index abeed02..44c07ec 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="DSSATTools", - version="2.1.3", + version="2.1.4", author="Diego Quintero", author_email="daquinterop@gmail.com", description="A DSSAT's Python implementation",