Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mforets authored Apr 21, 2021
1 parent 0910724 commit 27a7322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LazySets"
uuid = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
version = "1.44.0"
version = "1.44.1"

This comment has been minimized.

Copy link
@mforets

mforets Apr 21, 2021

Author Member

@JuliaRegistrator register()

This comment has been minimized.

Copy link
@mforets

mforets Apr 21, 2021

Author Member

The version bump should have been a PR; I pressed the wrong button..


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

1 comment on commit 27a7322

@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/34903

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 v1.44.1 -m "<description of version>" 27a732253ff3ce93d7eec431537b7fe6353e01f5
git push origin v1.44.1

Please sign in to comment.