Skip to content

Commit

Permalink
Make it version 1.3
Browse files Browse the repository at this point in the history
Apparently we narrowed the Julia bounds and that's not kosher for a patch release
  • Loading branch information
timholy committed Oct 30, 2019
1 parent 5b7d2fb commit bea52b7
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 = "ImageSegmentation"
uuid = "80713f31-8817-5129-9cf8-209ff8fb23e1"
version = "1.2.1"
version = "1.3"

[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Expand Down

2 comments on commit bea52b7

@timholy
Copy link
Member Author

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/4897

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 v1.3.0 -m "<description of version>" bea52b7541043d8697495ce68856d9ab28bfc8f1
git push origin v1.3.0

Please sign in to comment.