Skip to content

Commit f69f487

Browse files
authored
Bump versions (#1000)
1 parent 46007f6 commit f69f487

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
depends=headers,
4242
extra_compile_args=args)
4343

44-
setup(name="pyffish", version="0.0.88",
44+
setup(name="pyffish", version="0.0.89",
4545
description="Fairy-Stockfish Python wrapper",
4646
long_description=long_description,
4747
long_description_content_type="text/markdown",

src/pyffish.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void buildPosition(Position& pos, StateListPtr& states, const char *variant, con
5454
}
5555

5656
extern "C" PyObject* pyffish_version(PyObject* self) {
57-
return Py_BuildValue("(iii)", 0, 0, 88);
57+
return Py_BuildValue("(iii)", 0, 0, 89);
5858
}
5959

6060
extern "C" PyObject* pyffish_info(PyObject* self) {

tests/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ffish",
3-
"version": "0.7.8",
3+
"version": "0.7.9",
44
"description": "A high performance WebAssembly chess variant library based on Fairy-Stockfish",
55
"main": "ffish.js",
66
"types": "ffish.d.ts",

0 commit comments

Comments
 (0)