Skip to content

Commit

Permalink
Bump version to 0.6 (#117)
Browse files Browse the repository at this point in the history
* Bump version to 0.6

* Remove compat with AD 0.5 in docs project
  • Loading branch information
gdalle authored Oct 12, 2023
1 parent 5166a90 commit d36bb00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AbstractDifferentiation"
uuid = "c29ec348-61ec-40c8-8164-b8c60e9d9f3d"
authors = ["Mohamed Tarek <[email protected]> and contributors"]
version = "0.6.0-DEV"
version = "0.6.0"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
AbstractDifferentiation = "0.5, 0.6"
AbstractDifferentiation = "0.6"
Documenter = "1"
Zygote = "0.6"

0 comments on commit d36bb00

Please sign in to comment.