From 6d0445485398705d13586522ef3992133176d4b3 Mon Sep 17 00:00:00 2001 From: Alexander Voigt Date: Tue, 2 Aug 2022 08:15:33 +0200 Subject: [PATCH] version 6.13.0 --- CITATION.cff | 4 ++-- src/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index c408acf..c33ab37 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: "Alexander" orcid: "https://orcid.org/0000-0001-8963-6512" title: "Polylogarithm" -version: 6.12.0 -date-released: 2022-05-07 +version: 6.13.0 +date-released: 2022-08-02 url: "https://github.com/Expander/polylogarithm" license: MIT diff --git a/src/version.h b/src/version.h index 1670fa5..6843509 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define POLYLOGARITHM_MAJOR 6 -#define POLYLOGARITHM_MINOR 12 +#define POLYLOGARITHM_MINOR 13 #define POLYLOGARITHM_PATCH 0