Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Nov 2, 2022
1 parent a8d8ef0 commit c995e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 22.11.0
### 22.11.1
- Fix bug where users are not able to start a job.
- Revisit pump and od calibrations. Some changes to the CLI.
- Some improvements to stirring calibration.
Expand Down
2 changes: 1 addition & 1 deletion pioreactor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import annotations


__version__ = "22.10.4"
__version__ = "22.11.1"


def _get_hardware_version() -> tuple[int, int]:
Expand Down

0 comments on commit c995e0e

Please sign in to comment.