Skip to content

Commit

Permalink
Merge pull request #20 from AlgebraicJulia/algpetri_update
Browse files Browse the repository at this point in the history
Updated AlgPetri and Catlab compatibilities
  • Loading branch information
bosonbaas authored Dec 27, 2020
2 parents 737df46 + 4e3c28a commit aa2af80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AlgebraicRelations"
uuid = "1c3ea84b-a956-4dfe-a2f4-485757f48f1d"
authors = ["bosonbaas <[email protected]>"]
version = "0.2.1"
version = "0.2.2"

[deps]
AlgebraicPetri = "4f99eebe-17bf-4e98-b6a1-2c4f205a959b"
Expand All @@ -11,9 +11,9 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
LibPQ = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1"

[compat]
AlgebraicPetri = "0.5.1"
AlgebraicPetri = "0.6"
AutoHashEquals = "0.2.0"
Catlab = "^0.9"
Catlab = "0.9, 0.10"
DataFrames = "0.21, 0.22"
LibPQ = "1.4.0"
julia = "1.0"
Expand Down

2 comments on commit aa2af80

@bosonbaas
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/26988

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

Please sign in to comment.