Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GraysonBellamy committed Jun 12, 2024
1 parent c8e75e2 commit 29d2642
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyalicat/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ async def new_device(cls, port: str, id: str = "A", **kwargs: Any) -> Self:
)
except AttributeError:
raise ValueError("No device found on port")
print(dev_info)
for cls in all_subclasses(Device):
if cls.is_model(dev_info["model"]):
new_cls = cls(device, dev_info, id, **kwargs)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pyAlicat"
version = "0.0.8"
version = "0.0.9"
description = "Python API for acquisition and control of Alicat mass flow meters and controllers."
packages = [{include = "pyalicat"}]
include = [{path = "pyalicat/codes.json", format = ["sdist", "wheel"]}]
Expand Down

0 comments on commit 29d2642

Please sign in to comment.