Skip to content

Commit d36bb00

Browse files
authored
Bump version to 0.6 (#117)
* Bump version to 0.6 * Remove compat with AD 0.5 in docs project
1 parent 5166a90 commit d36bb00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AbstractDifferentiation"
22
uuid = "c29ec348-61ec-40c8-8164-b8c60e9d9f3d"
33
authors = ["Mohamed Tarek <[email protected]> and contributors"]
4-
version = "0.6.0-DEV"
4+
version = "0.6.0"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

docs/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
55

66
[compat]
7-
AbstractDifferentiation = "0.5, 0.6"
7+
AbstractDifferentiation = "0.6"
88
Documenter = "1"
99
Zygote = "0.6"

0 commit comments

Comments
 (0)