From e7d3f17b1657de3f7e00a103e809f1ed56b1a5a0 Mon Sep 17 00:00:00 2001 From: Nikhar Abbas Date: Tue, 22 Jun 2021 16:32:48 -0600 Subject: [PATCH] increment version --- README.md | 4 ++-- setup.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c061a68b2..1783ed47f 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,14 @@ Please help us better understand the ROSCO user-base and how we can improve rosc If the ROSCO Toolbox played a role in your research, please cite it. This software can be cited as: - NREL: ROSCO Toolbox. Version 2.2.0, https://github.com/NREL/rosco_toolbox, 2021. + NREL: ROSCO Toolbox. Version 2.3.0, https://github.com/NREL/rosco_toolbox, 2021. For LaTeX users: ``` @misc{ROSCO_toolbox_2021, author = {NREL}, - title = {{ROSCO Toolbox. Version 2.2.0}}, + title = {{ROSCO Toolbox. Version 2.3.0}}, year = {2021}, publisher = {GitHub}, journal = {GitHub repository}, diff --git a/setup.py b/setup.py index 64104f31a..5b344098a 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ EMAIL = 'nikhar.abbas@nrel.gov' AUTHOR = 'NREL National Wind Technology Center' REQUIRES_PYTHON = '>=3.4' -VERSION = '2.2.0' +VERSION = '2.3.0' # These packages are required for all of the code to be executed. # - Maybe you can get away with older versions... @@ -51,6 +51,7 @@ 'pytest', 'scipy', 'pyYAML', + 'pandas' ] # Read the docs, one day, so we'll throw it in here!