Skip to content

Commit

Permalink
Bump version to v0.3.1 and remove REQUIRE
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed May 9, 2019
1 parent d74704b commit 2b78fd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Cxx"
uuid = "a0b5b9ef-44b7-5148-a2d1-f6db19f3c3d2"
version = "0.3.0"
version = "0.3.1"

[compat]
julia = "~1.1"
Expand Down
2 changes: 0 additions & 2 deletions REQUIRE

This file was deleted.

2 comments on commit 2b78fd3

@Gnimuc
Copy link
Member Author

@Gnimuc Gnimuc commented on 2b78fd3 May 9, 2019

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.1 -m "<description of version>" 2b78fd38ea1dca3ce1ae065cbbf691673e964a16
git push origin v0.3.1

Please sign in to comment.