diff --git a/README.md b/README.md index 9c613ee5..7d4d9819 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Citation author = {{Alexander Voigt}}, title = {{Polylogarithm}}, year = {2022}, - version = {6.9.0}, + version = {6.10.0}, url = {https://github.com/Expander/polylogarithm}, note = {[License: MIT]} } diff --git a/src/version.h b/src/version.h index c9bc66a7..8339c7ea 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define POLYLOGARITHM_MAJOR 6 -#define POLYLOGARITHM_MINOR 9 +#define POLYLOGARITHM_MINOR 10 #define POLYLOGARITHM_PATCH 0