Skip to content

Commit

Permalink
Require 0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunoru committed Aug 22, 2018
1 parent 11cabe6 commit 91a852b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "RandomNumbers"
uuid = "e6cf234a-135c-5ec9-84dd-332b85af5143"
author = ["Sunoru <[email protected]>"]
repo = "https://github.com/sunoru/RandomNumbers.jl.git"
version = "1.0.0"
version = "1.0.1"


[deps]
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
julia 1.0
julia 0.7
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ makedocs()
deploydocs(
deps = Deps.pip("pygments", "mkdocs", "python-markdown-math", "mkdocs-material"),
repo = "github.com/sunoru/RandomNumbers.jl.git",
julia = "0.7",
julia = "1.0",
osname = "linux"
)

0 comments on commit 91a852b

Please sign in to comment.