Skip to content

Commit

Permalink
Merge pull request #25 from AlgebraicJulia/catlab_compat
Browse files Browse the repository at this point in the history
Compatibility with Catlab 0.12
  • Loading branch information
bosonbaas authored Apr 15, 2021
2 parents a9afad1 + 7eb755f commit 7e8946d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.3', '1.4']
julia-version: ['1.3', '1.6']
os: [ubuntu-latest]

steps:
Expand Down
4 changes: 2 additions & 2 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.3"
version = "0.2.4"

[deps]
AlgebraicPetri = "4f99eebe-17bf-4e98-b6a1-2c4f205a959b"
Expand All @@ -13,7 +13,7 @@ LibPQ = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1"
[compat]
AlgebraicPetri = "0.6"
AutoHashEquals = "0.2.0"
Catlab = "0.11"
Catlab = "0.11, 0.12"
DataFrames = "0.21, 0.22"
LibPQ = "1.4.0"
julia = "1.0"
Expand Down

2 comments on commit 7e8946d

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

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.4 -m "<description of version>" 7e8946de16459d14e84bc40f1e6e673e8e918e4d
git push origin v0.2.4

Please sign in to comment.