Skip to content

Commit

Permalink
[ci skip] Bump PG compat version
Browse files Browse the repository at this point in the history
  • Loading branch information
Liozou committed Jul 5, 2023
1 parent 9eda6d0 commit 41a46c0
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 = "PeriodicGraphEmbeddings"
uuid = "f305370e-dc8e-427a-bb15-d3949eabeccf"
authors = ["Lionel Zoubritzky <lionel.zoubritzky@gmail.com>"]
version = "0.2.3"
version = "0.2.4"

[deps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Expand All @@ -14,7 +14,7 @@ spglib_jll = "ac4a9f1e-bdb2-5204-990c-47c8b2f70d4e"

[compat]
Graphs = "1.3"
PeriodicGraphs = "0.9.5"
PeriodicGraphs = "0.9.5,0.10"
PrecompileTools = "1"
StaticArrays = "1.0"
Tokenize = "0.5.8"
Expand Down

2 comments on commit 41a46c0

@Liozou
Copy link
Owner Author

@Liozou Liozou commented on 41a46c0 Jul 5, 2023

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/86900

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>" 41a46c0bac53f5cf5a51e1beab302de99614391b
git push origin v0.2.4

Please sign in to comment.