Skip to content

Commit d1bc9f1

Browse files
authored
Merge pull request #201 from JuliaAI/dev
For a 3.1.1 release
2 parents 7cbf507 + 4ea07e1 commit d1bc9f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
32-
- uses: actions/cache@v1
32+
- uses: julia-actions/cache@v1
3333
env:
3434
cache-name: cache-artifacts
3535
with:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ScientificTypes"
22
uuid = "321657f4-b219-11e9-178b-2701a2544e81"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "3.1.0"
4+
version = "3.1.1"
55

66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
@@ -15,7 +15,7 @@ StatisticalTraits = "64bff920-2084-43da-a3e6-9bb72801c0c9"
1515
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1616

1717
[compat]
18-
CategoricalArrays = "0.8, 0.9, 0.10"
18+
CategoricalArrays = "0.8, 0.9, 0.10, 1"
1919
ColorTypes = "0.9, 0.10, 0.11, 0.12"
2020
Distributions = "0.25.1"
2121
PrettyTables = "1, 2"

0 commit comments

Comments
 (0)