Skip to content

Commit

Permalink
updated version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Mar 15, 2023
1 parent 4a54a10 commit b298530
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(POLICY CMP0048)
endif()

if(NOT PROJECT_NAME STREQUAL fabm)
project(fabm VERSION 1.0.2 LANGUAGES Fortran)
project(fabm VERSION 1.0.4 LANGUAGES Fortran)
endif()

include("${CMAKE_CURRENT_LIST_DIR}/src/CMakeLists.txt")
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(POLICY CMP0048)
endif()

if(NOT PROJECT_NAME STREQUAL fabm)
project(fabm VERSION 1.0.2 LANGUAGES Fortran)
project(fabm VERSION 1.0.4 LANGUAGES Fortran)
endif()

# List of contributing institutes that should be included in compilation.
Expand Down
2 changes: 1 addition & 1 deletion src/drivers/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def readme():

setup(
name='pyfabm',
version='1.0.2',
version='1.0.4',
description='Python driver for FABM',
long_description=readme(),
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit b298530

Please sign in to comment.