Skip to content

Commit

Permalink
change: update version to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kenya-sk committed Jan 16, 2025
1 parent 4f896a2 commit 2ebc666
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "qxmt"
copyright = "2024, kenya-sk"
author = "kenya-sk"
release = "0.4.3"
release = "0.4.4"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qxmt"
version = "0.4.3" # using poetry-dynamic-versioning
version = "0.4.4" # using poetry-dynamic-versioning
description = "QXMT is a experiment management tool for quantum computing and quantum machine learning."
authors = ["kenya-sk"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion qxmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
]


__version__ = "0.4.3"
__version__ = "0.4.4"
2 changes: 1 addition & 1 deletion tests/unit/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def test_all_imports() -> None:


def test_version() -> None:
assert __version__ == "0.4.3"
assert __version__ == "0.4.4"

0 comments on commit 2ebc666

Please sign in to comment.