We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97c536 commit 9a97ab1Copy full SHA for 9a97ab1
.travis.yml
@@ -28,7 +28,7 @@ branches:
28
jobs:
29
include:
30
- stage: Documentation
31
- julia: 1.0
+ julia: 1.3
32
os: linux
33
script:
34
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
Project.toml
@@ -1,7 +1,7 @@
1
name = "HyperDualNumbers"
2
uuid = "50ceba7f-c3ee-5a84-a6e8-3ad40456ec97"
3
authors = ["Rob J Goedman <[email protected]>"]
4
-version = "4.0.1"
+version = "4.0.2"
5
6
[deps]
7
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
0 commit comments