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 Mar 26, 2024
1 parent 1ab906f commit d8b5bdf
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.81",
setup(name="pyffish", version="0.0.82",
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, 81);
return Py_BuildValue("(iii)", 0, 0, 82);
}

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

0 comments on commit d8b5bdf

Please sign in to comment.