Skip to content

Commit

Permalink
CompatHelper: bump compat for Bijectors to 0.15, (keep existing compa…
Browse files Browse the repository at this point in the history
…t) (#99)

* CompatHelper: bump compat for Bijectors to 0.15, (keep existing compat)

* Update Project.toml: Bump version

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Benoît Pasquier <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2024
1 parent cec970d commit 53d7107
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 = "AIBECS"
uuid = "ace601d6-714c-11e9-04e5-89b7fad23838"
authors = ["Benoit Pasquier <[email protected]>"]
version = "0.13.5"
version = "0.13.6"

[deps]
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
Expand Down Expand Up @@ -36,7 +36,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
Bijectors = "0.14"
Bijectors = "0.14, 0.15"
CodecZlib = "0.7"
DataDeps = "0.7"
DataFrames = "1"
Expand Down

2 comments on commit 53d7107

@briochemc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • CompatHelper: bump compat for Bijectors to 0.15, (keep existing compat)

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

Tagging

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.13.6 -m "<description of version>" 53d7107917cd0a45b68dd6de3b92e1037f8c92b0
git push origin v0.13.6

Please sign in to comment.