Skip to content

Commit a16612a

Browse files
committed
bump version
1 parent 7835340 commit a16612a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors:
1111
given-names: "Pedro"
1212
orcid: "https://orcid.org/0000-0001-5834-0188"
1313
title: "KLay: Accelerating Arithmetic Circuits for Neurosymbolic AI"
14-
version: 0.0.2
14+
version: 0.0.3
1515
date-released: 2024-12-10
1616
url: "https://github.com/ML-KULeuven/klay/"
1717
keywords:

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.2'
12+
release = '0.0.3'
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.2"
7+
version = "0.0.3"
88
description = "Arithmetic circuits on the GPU"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)