Skip to content

Commit

Permalink
Added support for Catlab v0.9 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter authored Oct 1, 2020
1 parent 10ba5ca commit a3b2c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Petri"
uuid = "4259d249-1051-49fa-8328-3f8ab9391c33"
authors = ["Micah Halter <[email protected]>", "James Fairbanks <[email protected]>"]
version = "1.2.2"
version = "1.2.3"

[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Expand All @@ -15,7 +15,7 @@ StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"

[compat]
AutoHashEquals = "^0.2.0"
Catlab = "0.7.4, 0.8"
Catlab = "0.7.4, 0.8, 0.9"
DiffEqBase = "^6"
DiffEqJump = "^6"
OrdinaryDiffEq = "^5"
Expand Down

2 comments on commit a3b2c79

@mehalter
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 created: JuliaRegistries/General/22257

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.2.3 -m "<description of version>" a3b2c79029c9f6966ef4264d5b148055840b2332
git push origin v1.2.3

Please sign in to comment.