Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
v0.0.13
Browse files Browse the repository at this point in the history
New Julia registration system.
  • Loading branch information
maxmouchet committed Apr 8, 2019
1 parent faead2b commit ef56f03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "HMMBase"
uuid = "b2b3ca75-8444-5ffa-85e6-af70e2b64fe7"
authors = ["Maxime Mouchet <maxime.mouchet@imt-atlantique.fr>"]
version = "0.0.12"
version = "0.0.13"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down
4 changes: 0 additions & 4 deletions REQUIRE

This file was deleted.

8 comments on commit ef56f03

@maxmouchet
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()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: Error in [deps]: Package 'StaticArrays' with UUID: 90137ffa-7385-5640-81b9-e52037218182 not found in registry or stdlib

@nkottary
Copy link

Choose a reason for hiding this comment

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

Can you try calling register() again? I've added General as a dependent registry, so you won't be getting that error again.

@nkottary
Copy link

Choose a reason for hiding this comment

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

Thank you for helping test Registrator.

@maxmouchet
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()

@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/Test/6

Optionally, you can create a tag on this repository for the above registration.

git tag -a v0.0.13 -m "my version 0.0.13" 230ebaf6369e378958d4c7305ed3db9a986b5004
git push --tags

@maxmouchet
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()

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

After the above pull request is merged, it is recommended that you create
a tag on this repository for the registered package version:

git tag -a v0.0.13 -m "<description of version>" ef56f0317dd0d5b21d7ee1f9b7cfb743cd284200
git push origin v0.0.13

Also, note the warning: Version 0.0.13 skips over 0.0.12
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.