From c086be8541f9e4ea742b74f4783ae2ca3a38f47a Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Tue, 19 Mar 2024 11:25:27 -0400 Subject: [PATCH] [build] bump version number --- .github/workflows/publish-to-pypi.yml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 94e854e..a9fb4b5 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -36,7 +36,7 @@ jobs: - name: Build a binary wheel and a source tarball run: python3 -m build - name: Store the distribution packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-package-distributions path: dist/ diff --git a/CMakeLists.txt b/CMakeLists.txt index 8335a89..ef6d887 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ cmake_policy(VERSION 3.20) # ############ # Define Project -project(triqs_hartree_fock VERSION 3.2.0 LANGUAGES C CXX) +project(triqs_hartree_fock VERSION 3.2.1 LANGUAGES C CXX) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) # ############