Skip to content

Commit

Permalink
Bump pyffish version
Browse files Browse the repository at this point in the history
  • Loading branch information
gbtami authored and ianfab committed Jul 19, 2024
1 parent 0b04ded commit b1aea28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
sources=sources,
extra_compile_args=args)

setup(name="pyffish", version="0.0.83",
setup(name="pyffish", version="0.0.84",
description="Fairy-Stockfish Python wrapper",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/pyffish.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void buildPosition(Position& pos, StateListPtr& states, const char *variant, con
}

extern "C" PyObject* pyffish_version(PyObject* self) {
return Py_BuildValue("(iii)", 0, 0, 82);
return Py_BuildValue("(iii)", 0, 0, 84);
}

extern "C" PyObject* pyffish_info(PyObject* self) {
Expand Down

0 comments on commit b1aea28

Please sign in to comment.