Skip to content

Commit

Permalink
Prepare for v1.0.0-rc.6
Browse files Browse the repository at this point in the history
[ci full]
  • Loading branch information
robomics committed Jun 17, 2022
1 parent 59cea53 commit 043041a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/Versioning.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set(MODLE_PROJECT_VERSION_MAJOR 1)
set(MODLE_PROJECT_VERSION_MINOR 0)
set(MODLE_PROJECT_VERSION_PATCH 0)
set(MODLE_PROJECT_VERSION_SUFFIX rc.5)
set(MODLE_PROJECT_VERSION_SUFFIX rc.6)

function(ConfigureVersioning input_config_folder output_config_folder)
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class MoDLE(ConanFile):
name = "MoDLE"
version = "1.0.0-rc.5"
version = "1.0.0-rc.6"
homepage = "https://github.com/paulsengroup/modle"
license = "MIT"
author = "Roberto Rossini (roberros@uio.no)"
Expand Down

0 comments on commit 043041a

Please sign in to comment.