Skip to content

Commit

Permalink
Fixes typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared committed May 2, 2023
1 parent 0fed590 commit 8bf238c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flexsea/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "10.5.0"
__version__ = "10.5.1"
2 changes: 1 addition & 1 deletion flexsea/specs/_api_specs/v10_1_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
},
"get_num_utts": {
"name": "fxGetNumUtts",
"argtypes": [],
"argTypes": [],
"returnType": c.c_int,
},
"set_utts": {
Expand Down
2 changes: 1 addition & 1 deletion flexsea/specs/_api_specs/v10_5_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
},
"get_num_utts": {
"name": "fxGetNumUtts",
"argtypes": [],
"argTypes": [],
"returnType": c.c_int,
},
"set_utts": {
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 = "flexsea"
version = "10.5.0"
version = "10.5.1"
description = "Python API to interact with Dephy devices."
authors = ["Jared <jcoughlin@dephy.com>", "Carlos <casmat@dephy.com>"]
readme = "README.md"
Expand Down

0 comments on commit 8bf238c

Please sign in to comment.