Skip to content

Commit

Permalink
0.0.184
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Feb 16, 2025
1 parent 4d4053d commit 028c4a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd io
PYBIN="/opt/python/cp${PYTHON_VERSION//.}-cp${PYTHON_VERSION//.}/bin"

# Install necessary packages
"${PYBIN}/python" -m pip install -U setuptools wheel numpy==1.* cython
"${PYBIN}/python" -m pip install -U setuptools wheel numpy cython

# Build the wheel
"${PYBIN}/python" setup.py bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion orso/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__: str = "0.0.183"
__version__: str = "0.0.184"
__author__: str = "@joocer"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ docstring-code-format = true
docstring-code-line-length = 100

[tool.ruff.lint]
select = ["SIM"]
select = ["SIM", "NPY201"]
ignore = []

0 comments on commit 028c4a9

Please sign in to comment.