From def9ad22ac516cc6aab308220af11e06823b33a6 Mon Sep 17 00:00:00 2001 From: Toby Davis Date: Sun, 22 Oct 2023 17:25:34 +0100 Subject: [PATCH] New Version! --- CITATION.cff | 2 +- Doxyfile | 2 +- pyproject.toml | 2 +- version.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a690c019..5c3df835 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: - family-names: "Davis" given-names: "Toby" title: "LibRapid: Optimised Mathematics for C++" -version: 0.7.4 +version: 0.7.5 date-released: "2023-10-22" type: software url: "https://github.com/LibRapid/librapid" diff --git a/Doxyfile b/Doxyfile index f2627890..7da096f4 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "LibRapid" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v0.7.4 +PROJECT_NUMBER = v0.7.5 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/pyproject.toml b/pyproject.toml index f693b457..69ef7efa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ sdist.exclude = [ [project] name = "librapid" -version = "0.7.4" +version = "0.7.5" description = "A high-performance library for arrays and numeric calculations" readme = "README.md" long_description = ["file: README.md"] diff --git a/version.txt b/version.txt index f8e0d1d6..bad78997 100644 --- a/version.txt +++ b/version.txt @@ -1,3 +1,3 @@ MAJOR 0 MINOR 7 -PATCH 4 +PATCH 5