Skip to content

Commit

Permalink
[build] bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Mar 19, 2024
1 parent 37b791c commit c086be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

# ############
Expand Down

0 comments on commit c086be8

Please sign in to comment.