Skip to content

Commit 9098106

Browse files
DilumAluthgeararslan
authored andcommitted
Bump version from "0.4.2" to "0.4.3" (#144)
Create `Project.toml` file, delete `REQUIRE` file
1 parent 65ef038 commit 9098106

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

Project.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name = "BenchmarkTools"
2+
uuid = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
3+
version = "0.4.3"
4+
5+
[deps]
6+
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
7+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
8+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
9+
10+
[compat]
11+
julia = "≥ 0.7.0"
12+
13+
[extras]
14+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
15+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16+
17+
[targets]
18+
test = ["Statistics", "Test"]

REQUIRE

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/BenchmarkTools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using Statistics
77
using Printf
88

99

10-
const BENCHMARKTOOLS_VERSION = v"0.2.2"
10+
const BENCHMARKTOOLS_VERSION = v"0.4.3"
1111

1212
##############
1313
# Parameters #

0 commit comments

Comments
 (0)