Skip to content

Commit

Permalink
removed superfluous package
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed Oct 22, 2023
1 parent 7a434dd commit f4396fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FinEtools"
uuid = "91bb5406-6c9a-523d-811d-0644c4229550"
authors = ["Petr Krysl <[email protected]>"]
version = "7.1.6"
version = "7.1.7"

[deps]
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
Expand Down
1 change: 0 additions & 1 deletion test/test_basics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2736,7 +2736,6 @@ module mbascstypes01
using FinEtools
using FinEtools.AlgoBaseModule: fieldnorm
using LinearAlgebra
using InteractiveUtils
using Test
function test()
center = [0.0, 0.0, 0.0]
Expand Down

2 comments on commit f4396fa

@PetrKryslUCSD
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
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/93892

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 v7.1.7 -m "<description of version>" f4396fa38acc91bd7f9e1535a2abcd0b27a742df
git push origin v7.1.7

Please sign in to comment.