Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelArutjunjan committed Jan 14, 2022
1 parent e4367b9 commit ebfd2af
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 = "DerivableFunctions"
uuid = "b86e32d1-1d4d-4472-88d2-1980e9d19c92"
authors = ["Rafael Arutjunjan"]
version = "0.2.0"
version = "0.2.1"

[deps]
DerivableFunctionsBase = "2a74400c-0885-457e-a858-e4f63fac11e2"
Expand All @@ -13,7 +13,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
DerivableFunctionsBase = "0.1"
FiniteDiff = "2.6 - 2.9"
FiniteDiff = "2"
FiniteDifferences = "0.11, 0.12"
Reexport = "1.1, 1.2"
ReverseDiff = "1.8, 1.9"
Expand Down

2 comments on commit ebfd2af

@RafaelArutjunjan
Copy link
Owner 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/52386

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.1 -m "<description of version>" ebfd2af2e7aba931c410144eb9e9622a16414fd7
git push origin v0.2.1

Please sign in to comment.