Skip to content

Commit a9dd67f

Browse files
Merge branch 'main' into SpatialHashingBackend
2 parents 952961d + ab74c02 commit a9dd67f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v4
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.31.2
13+
uses: crate-ci/typos@v1.32.0

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PointNeighbors"
22
uuid = "1c4d5385-0a27-49de-8e2c-43b175c8985c"
33
authors = ["Erik Faulhaber <erik.faulhaber@uni-koeln.de>"]
4-
version = "0.6.2"
4+
version = "0.6.3"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -22,4 +22,4 @@ LinearAlgebra = "1"
2222
Polyester = "0.7.5"
2323
Reexport = "1"
2424
StaticArrays = "1"
25-
julia = "1.10"
25+
julia = "1.10"

0 commit comments

Comments
 (0)