Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Nov 10, 2021
1 parent 2821f72 commit a402e16
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,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. Version 2.4.0, https://github.com/NREL/ROSCO, 2021.
NREL: ROSCO. Version 2.4.1, https://github.com/NREL/ROSCO, 2021.

For LaTeX users:

```
@misc{ROSCO_toolbox_2021,
author = {NREL},
title = {{ROSCO. Version 2.4.0}},
title = {{ROSCO. Version 2.4.1}},
year = {2021},
publisher = {GitHub},
journal = {GitHub repository},
Expand Down
2 changes: 1 addition & 1 deletion ROSCO/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.6)
project(ROSCO VERSION 2.4.0 LANGUAGES Fortran)
project(ROSCO VERSION 2.4.1 LANGUAGES Fortran)

set(CMAKE_Fortran_MODULE_DIRECTORY "${CMAKE_BINARY_DIR}/ftnmods")

Expand Down
2 changes: 1 addition & 1 deletion ROSCO/src/Constants.f90
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
! specific language governing permissions and limitations under the License.

MODULE Constants
Character(*), PARAMETER :: rosco_version = 'v2.4.0' ! ROSCO version
Character(*), PARAMETER :: rosco_version = 'v2.4.1' ! ROSCO version
REAL(8), PARAMETER :: RPS2RPM = 9.5492966 ! Factor to convert radians per second to revolutions per minute.
REAL(8), PARAMETER :: R2D = 57.295780 ! Factor to convert radians to degrees.
REAL(8), PARAMETER :: D2R = 0.0175 ! Factor to convert degrees to radians.
Expand Down
2 changes: 1 addition & 1 deletion ROSCO_toolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__author__ = """Nikhar J. Abbas and Daniel S. Zalkind"""
__email__ = 'nikhar.abbas@nrel.gov'
__version__ = '2.4.0'
__version__ = '2.4.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
EMAIL = 'nikhar.abbas@nrel.gov'
AUTHOR = 'NREL, National Wind Technology Center'
REQUIRES_PYTHON = '>=3.4'
VERSION = '2.4.0'
VERSION = '2.4.1'

# These packages are required for all of the code to be executed.
# - Maybe you can get away with older versions...
Expand Down

0 comments on commit a402e16

Please sign in to comment.