Skip to content

Commit

Permalink
(change): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kenya-sk committed Oct 22, 2024
1 parent f1031df commit 1b27161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.0" # using poetry-dynamic-versioning
version = "0.2.1.post14.dev0+f1031df" # 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 @@ -55,4 +55,4 @@
]


__version__ = "0.3.0"
__version__ = "0.2.1.post14.dev0+f1031df"

0 comments on commit 1b27161

Please sign in to comment.