Skip to content

Commit

Permalink
BUILD: Release Catlab v0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
epatters committed Mar 17, 2020
1 parent c1f858f commit c28c81c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Catlab"
uuid = "134e5e36-593f-5add-ad60-77f754baafbe"
license = "BSD2"
authors = ["Evan Patterson <[email protected]>"]
version = "0.5.3"
version = "0.6.0"

[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Expand Down Expand Up @@ -31,9 +31,11 @@ AutoHashEquals = "^0"
Compat = "^1, ^2, ^3"
Compose = "^0"
DataStructures = "^0"
IterativeSolvers = "^0"
JSON = "^0"
LightGraphs = "^1.3"
LightXML = "^0"
LinearMaps = "^2"
Match = "^1"
MetaGraphs = "^0.6"
Parameters = "^0"
Expand Down
2 changes: 1 addition & 1 deletion docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ version = "0.5.8"
deps = ["AutoHashEquals", "Compat", "Compose", "DataStructures", "IterativeSolvers", "JSON", "LightGraphs", "LightXML", "LinearAlgebra", "LinearMaps", "Logging", "Match", "MetaGraphs", "Parameters", "Pkg", "Reexport", "Requires", "StaticArrays", "Statistics", "Test"]
path = ".."
uuid = "134e5e36-593f-5add-ad60-77f754baafbe"
version = "0.5.3"
version = "0.6.0"

[[CodecBzip2]]
deps = ["BinaryProvider", "Libdl", "TranscodingStreams"]
Expand Down

2 comments on commit c28c81c

@epatters
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
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 updated: JuliaRegistries/General/11094

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

Please sign in to comment.