Skip to content

Commit 30d9e5f

Browse files
authored
Merge pull request #15 from PharmCat/dev
update MetidaBase
2 parents e26c3a1 + 677afae commit 30d9e5f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/Tier1.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
strategy:
2525
matrix:
2626
version:
27-
- '1.6'
2827
- '1.8'
2928
- '1'
3029
os:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MetidaStats"
22
uuid = "75cdad26-409a-4e43-8ad7-d54b4fa665a0"
33
authors = ["PharmCat <v.s.arnautov@yandex.ru>"]
4-
version = "0.3.0"
4+
version = "0.3.1"
55

66
[deps]
77

@@ -17,7 +17,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1717

1818
DataStructures = "0.18"
1919
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
20-
MetidaBase = "0.11.2, 0.12"
20+
MetidaBase = "0.11.2, 0.12, 0.13, 0.14"
2121
StatsBase = "0.30, 0.31, 0.32, 0.33, 0.34"
2222
julia = "1"
2323

0 commit comments

Comments
 (0)