Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
@JuliaRegistrator register

Release notes:
- use BinaryProvider to import CUDD binaries 
- support for win, linux, mac
  • Loading branch information
MaximeBouton committed Sep 9, 2019
1 parent 119dfe7 commit cc303ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,6 +1,6 @@
name = "CUDD"
uuid = "345a2cc7-28d8-58b2-abdf-cff77ea7d7f1"
version = "0.1.2"
version = "0.1.3"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Expand Down

4 comments on commit cc303ee

@MaximeBouton
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

Release notes:

  • use BinaryProvider to import CUDD binaries
  • support for win, linux, mac

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

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.1.3 -m "<description of version>" cc303eed3a10fb56902b80e3b116b62e78cf4cee
git push origin v0.1.3

Also, note the warning: Version 0.1.3 skips over 0.1.2
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.

@MaximeBouton
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

Release notes:

use BinaryProvider to import CUDD binaries
support for win, linux, mac

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

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.1.3 -m "<description of version>" cc303eed3a10fb56902b80e3b116b62e78cf4cee
git push origin v0.1.3

Please sign in to comment.