Skip to content

Commit 13e90c2

Browse files
authored
Merge pull request #173 from JuliaAI/dev
For a 2.3.3 release
2 parents b5fbf04 + 617bf2c commit 13e90c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

+1-1
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 = "2.3.2"
4+
version = "2.3.3"
55

66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"

src/ScientificTypes.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import StatisticalTraits: info
1616
export info
1717

1818
# exports
19-
export coerce, coerce!, autotype, schema
19+
export coerce, coerce!, autotype, schema, levels, levels!
2020

2121
# -------------------------------------------------------------
2222
# Abbreviations

0 commit comments

Comments
 (0)