Skip to content

Commit

Permalink
version = "0.0.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
walra356 committed Nov 14, 2024
1 parent 00fca02 commit 47a2713
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# SPDX-License-Identifier: MIT

#using CamiDiff
using CamiDiff
using CamiMath

# using IntervalSets
#using BenchmarkTools
using LinearAlgebra
using Test

@testset "CamiDif.jl" begin
end
@testset "CamiXon.jl" begin

end

2 comments on commit 47a2713

@walra356
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

new release

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/119453

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.0.1 -m "<description of version>" 47a27137394fb40427006efe68a906030dadfd2a
git push origin v0.0.1

Please sign in to comment.