Skip to content

Commit def9ad2

Browse files
committed
New Version!
1 parent 245f3f6 commit def9ad2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
- family-names: "Davis"
66
given-names: "Toby"
77
title: "LibRapid: Optimised Mathematics for C++"
8-
version: 0.7.4
8+
version: 0.7.5
99
date-released: "2023-10-22"
1010
type: software
1111
url: "https://github.com/LibRapid/librapid"

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "LibRapid"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v0.7.4
41+
PROJECT_NUMBER = v0.7.5
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sdist.exclude = [
4242

4343
[project]
4444
name = "librapid"
45-
version = "0.7.4"
45+
version = "0.7.5"
4646
description = "A high-performance library for arrays and numeric calculations"
4747
readme = "README.md"
4848
long_description = ["file: README.md"]

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
MAJOR 0
22
MINOR 7
3-
PATCH 4
3+
PATCH 5

0 commit comments

Comments
 (0)