Skip to content

Commit

Permalink
Update version to 0.3.5 for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneGasperini committed Sep 20, 2024
1 parent d2e19d4 commit d74c4cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish Docker image

on:
release:
types: [published]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors:
- family-names: "Gasperini"
given-names: "Simone"
title: "QUnfold"
version: 0.3.4
version: 0.3.5
doi: https://zenodo.org/badge/latestdoi/652649177
date-released: 2024-07-07
date-released: 2024-09-20
url: "https://github.com/Quantum4HEP/QUnfold"
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "QUnfold"
copyright = "2024, Gianluca Bianco, Simone Gasperini"
author = "Gianluca Bianco, Simone Gasperini"
release = "0.3.4" # version
release = "0.3.5" # version
master_doc = "index"


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "QUnfold"
version = "0.3.4"
version = "0.3.5"
description = "A quantum-based approach to the distribution unfolding problem"
requires-python = ">=3.9"
license = {text = "MIT"}
Expand Down

0 comments on commit d74c4cd

Please sign in to comment.