Skip to content

Commit d8f64d4

Browse files
committed
Merge branch 'release/v0.8.5' into develop
2 parents df93b19 + 1db5c5a commit d8f64d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft-pdf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# This should be the path to the paper within your repo.
2222
paper-path: paper/paper.md
2323
- name: Upload
24-
uses: actions/upload-artifact@v1
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: paper
2727
# This is the output path where Pandoc will write the compiled

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "AdaptiveResonance"
22
uuid = "3d72adc0-63d3-4141-bf9b-84450dd0395b"
33
authors = ["Sasha Petrenko"]
44
description = "A Julia package for Adaptive Resonance Theory (ART) algorithms."
5-
version = "0.8.4"
5+
version = "0.8.5"
66

77
[deps]
88
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"

0 commit comments

Comments
 (0)