From ee6612c00bce2ddd8ca8326a3440ac3a71a6aad6 Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Mon, 13 May 2024 12:02:44 -0400 Subject: [PATCH] [cmake] Bump Version number to 3.3 --- CMakeLists.txt | 4 ++-- packaging/conda/meta.yaml.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba1ba112..1ecd4fbd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,12 +27,12 @@ endif() # ############ # Define Project -project(triqs_dft_tools VERSION 3.2.1 LANGUAGES C CXX Fortran) +project(triqs_dft_tools VERSION 3.3.0 LANGUAGES C CXX Fortran) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) # ############ # Load TRIQS and CPP2PY -find_package(TRIQS 3.2 REQUIRED) +find_package(TRIQS 3.3 REQUIRED) # Get the git hash & print status triqs_get_git_hash_of_source_dir(PROJECT_GIT_HASH) diff --git a/packaging/conda/meta.yaml.in b/packaging/conda/meta.yaml.in index 709ceae3..8dbb2e80 100644 --- a/packaging/conda/meta.yaml.in +++ b/packaging/conda/meta.yaml.in @@ -1,4 +1,4 @@ -{% set version = "3.2.1" %} +{% set version = "3.3.0" %} package: name: triqs_dft_tools