Skip to content

Commit 1af667e

Browse files
committed
Update versions.
1 parent 17bd3bd commit 1af667e

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
@@ -25,5 +25,5 @@ authors:
2525
affiliation: University of Stuttgart
2626
repository-code: 'https://github.com/SC-SGS/hardware_sampling'
2727
license: MIT
28-
version: v1.1.0
28+
version: v1.1.1
2929
date-released: '2025-04-29'

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
cmake_minimum_required(VERSION 3.22)
88

99
project("hws - Hardware Sampling for GPUs and CPUs"
10-
VERSION 1.1.0
10+
VERSION 1.1.1
1111
LANGUAGES CXX
1212
DESCRIPTION "Hardware sampling (e.g., clock frequencies, memory consumption, temperatures, or energy draw) for CPUs and GPUS.")
1313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sdist.exclude = ["build*/", "dist/", "docs/html/", ".github", "examples", "insta
1515
# project specific metadata
1616
[project]
1717
name = "hardware_sampling"
18-
version = "1.1.0"
18+
version = "1.1.1"
1919
description = "hws - Hardware Sampling for GPUs and CPUs (e.g., clock frequencies, memory consumption, temperatures, or energy draw)"
2020
readme = "README.md"
2121
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)