Bumb pyffish version (#263)
authorBajusz Tamás <gbtami@users.noreply.github.com>
Sat, 27 Feb 2021 21:06:58 +0000 (22:06 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Feb 2021 21:06:58 +0000 (22:06 +0100)
setup.py

index 7e99b30..af77c54 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ pyffish_module = Extension(
     sources=sources,
     extra_compile_args=args)
 
-setup(name="pyffish", version="0.0.53",
+setup(name="pyffish", version="0.0.54",
       description="Fairy-Stockfish Python wrapper",
       long_description=long_description,
       long_description_content_type="text/markdown",