Skip to content

Commit dfa2cc6

Browse files
committed
bump version
1 parent b3fd675 commit dfa2cc6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
id-token: write
7272

7373
steps:
74-
- uses: actions/download-artifact@v6
74+
- uses: actions/download-artifact@v7
7575
with:
7676
pattern: dist-*
7777
merge-multiple: true

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'KLay'
1010
copyright = '2025, DTAI Research Group'
1111
author = 'Jaron Maene, Vincent Derkinderen, Pedro Zuidberg Dos Martires'
12-
release = '0.0.4'
12+
release = '0.0.5'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "klaycircuits"
7-
version = "0.0.4"
7+
version = "0.0.5"
88
description = "Arithmetic circuits on the GPU"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)