Skip to content

Commit

Permalink
bump pulser-core (#19)
Browse files Browse the repository at this point in the history
* bump pulser-core

* bump them all
  • Loading branch information
sgrava authored Jan 21, 2025
1 parent b09849b commit 0ec5708
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/emu_mps/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers=[
]
dynamic = ["version"]
dependencies = [
"emu-base==1.2.2"]
"emu-base==1.2.3"]

[tool.hatch.version]
path = "../../emu_mps/__init__.py"
Expand Down
2 changes: 1 addition & 1 deletion emu_base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
"DEFAULT_MAX_KRYLOV_DIM",
]

__version__ = "1.2.2"
__version__ = "1.2.3"
2 changes: 1 addition & 1 deletion emu_mps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"SecondMomentOfEnergy",
]

__version__ = "1.2.2"
__version__ = "1.2.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers=[
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"pulser-core==1.1.*",
"pulser-core==1.2.*",
"torch==2.5.0"]
dynamic = ["version"]

Expand Down

0 comments on commit 0ec5708

Please sign in to comment.