Skip to content

Commit e966d09

Browse files
committed
Bump version to 1.2.3
Updated project version in pyproject.toml and __init__.py to 1.2.3 to reflect new release.
1 parent ff57959 commit e966d09

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.2"
13+
version = "1.2.3"
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.2"
51+
__version__ = "1.2.3"
5252

5353

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

0 commit comments

Comments
 (0)