Skip to content

Commit

Permalink
Back down to 0.4.0
Browse files Browse the repository at this point in the history
No idea why I did that :/
  • Loading branch information
Will Kimmerer authored Jul 2, 2021
1 parent 41aa8e1 commit dd9646c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SuiteSparseGraphBLAS"
uuid = "c2e53296-7b14-11e9-1210-bddfa8111e1d"
authors = ["Will Kimmerer <[email protected]", "Abhinav Mehndiratta <[email protected]>"]
version = "0.4.1"
version = "0.4.0"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -19,4 +19,4 @@ SSGraphBLAS_jll = "5.1.2"
julia = "1.6"
CEnum = "0.4.1"
ContextVariablesX = "0.1.1"
MacroTools = "0.5.6"
MacroTools = "0.5.6"

4 comments on commit dd9646c

@rayegun
Copy link
Member

@rayegun rayegun commented on dd9646c Jul 2, 2021

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.

Error while trying to register: "Tag with name v0.4.0 already exists and points to a different commit"

@rayegun
Copy link
Member

@rayegun rayegun commented on dd9646c Jul 2, 2021

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 updated: JuliaRegistries/General/40116

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.4.0 -m "<description of version>" dd9646c85c928ec2354f71ede6947a14ce61cfd9
git push origin v0.4.0

Please sign in to comment.