Skip to content

Commit

Permalink
Merge pull request #63 from compbiocore/develop
Browse files Browse the repository at this point in the history
Update version number for registrator
  • Loading branch information
fernandogelin committed Jul 18, 2019
2 parents e87ff30 + fe617ec commit 1e705b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "VariantVisualization"
uuid = "7f8bf45c-0ad5-53b5-97e6-33c1305e0aa4"
authors = ["George Tollefson <gatollefson@gmail.com>"]
version = "0.3.7"
version = "0.3.8"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down

2 comments on commit 1e705b7

@gtollefson
Copy link
Collaborator

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

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.8 -m "<description of version>" 1e705b74d904a700fcebc7961b8845edd2ce3708
git push origin v0.3.8

Please sign in to comment.