Skip to content

Commit

Permalink
Bump version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eljungsk committed Aug 29, 2019
1 parent 686bd91 commit d830149
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 = "ScatteredInterpolation"
uuid = "3f865c0f-6dca-5f4d-999b-29fe1e7e3c92"
version = "0.3.4"
version = "0.3.5"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down

2 comments on commit d830149

@eljungsk
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:

Fix code breakage introduced in 0.3.4 and add doctests.

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.5 -m "<description of version>" d83014964790bddb40f23bfe786e40ace9631a08
git push origin v0.3.5

Please sign in to comment.