Skip to content

Commit

Permalink
CompatHelper: bump compat for "Reexport" to "1.0" (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
github-actions[bot] and devmotion authored Jan 7, 2021
1 parent f77a7b1 commit e6b7c9c
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,6 +1,6 @@
name = "Bijectors"
uuid = "76274a88-744f-5084-9051-94815aaf08c4"
version = "0.8.9"
version = "0.8.10"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand All @@ -24,7 +24,7 @@ Distributions = "0.23.3, 0.24"
MappedArrays = "0.2.2, 0.3"
NNlib = "0.6, 0.7"
NonlinearSolve = "0.3"
Reexport = "0.2"
Reexport = "0.2, 1"
Requires = "0.5, 1"
StatsFuns = "0.8, 0.9.3"
julia = "1.3"

2 comments on commit e6b7c9c

@devmotion
Copy link
Member

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

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

Please sign in to comment.