Skip to content

Commit

Permalink
[cmake] Bump Version number to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed May 13, 2024
1 parent 10bf947 commit ee6612c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packaging/conda/meta.yaml.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "3.2.1" %}
{% set version = "3.3.0" %}

package:
name: triqs_dft_tools
Expand Down

0 comments on commit ee6612c

Please sign in to comment.