Skip to content

Commit

Permalink
Make it version 1.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro3 authored May 7, 2020
1 parent e6b98bb commit 0cb6b22
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,7 +1,7 @@
name = "UnPack"
uuid = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
authors = ["Mauro Werder"]
version = "0.1.0"
version = "1.0.0"

[compat]
julia = "1"
Expand Down

2 comments on commit 0cb6b22

@mauro3
Copy link
Owner Author

@mauro3 mauro3 commented on 0cb6b22 May 7, 2020

Choose a reason for hiding this comment

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

@Datseris

@JuliaRegistrator register

Note, there are no breaking changes to the last version 0.1.0.

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

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.0.0 -m "<description of version>" 0cb6b222b0e3f66648d627cadd4b98c4015660ce
git push origin v1.0.0

Please sign in to comment.