Skip to content

Commit cef5104

Browse files
committed
Bump version to 1.2.4
Updated the project version to 1.2.4 in both pyproject.toml and the __init__.py fallback to reflect the new release.
1 parent 88a8d3e commit cef5104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ where = ["src"]
1010

1111
[project]
1212
name = "qmeasure"
13-
version = "1.2.3"
13+
version = "1.2.4"
1414
description = "Measurement code for condensed matter groups at UW based on QCoDeS."
1515
readme = {file = "README.md", content-type = "text/markdown"}
1616
license = "GPL-3.0-or-later"

src/measureit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
try:
4949
__version__ = metadata.version("qmeasure")
5050
except metadata.PackageNotFoundError: # pragma: no cover - dev installs
51-
__version__ = "1.2.3"
51+
__version__ = "1.2.4"
5252

5353

5454
# Display data directory info on first import (only in interactive sessions)

0 commit comments

Comments
 (0)