Skip to content

Commit

Permalink
bump version, remove all-using Calculus (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon authored Sep 30, 2019
1 parent 72d6e4b commit 7cd421d
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 = "Distributions"
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
authors = ["JuliaStats"]
version = "0.21.2"
version = "0.21.3"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Distributions
using JSON, ForwardDiff, Calculus, PDMats # test dependencies
using JSON, ForwardDiff, PDMats # test dependencies
using Test
using Distributed
using Random
Expand Down

0 comments on commit 7cd421d

Please sign in to comment.