Skip to content

Commit bca4b2c

Browse files
authored
Set version to 0.9.4. (#175)
1 parent 63c9841 commit bca4b2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DocStringExtensions"
22
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
3-
version = "0.9.3"
3+
version = "0.9.4"
44

55
[compat]
66
julia = "1"

src/DocStringExtensions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module DocStringExtensions
7878
export @template, FIELDS, TYPEDFIELDS, EXPORTS, METHODLIST, IMPORTS
7979
export SIGNATURES, TYPEDSIGNATURES, TYPEDEF, DOCSTRING, FUNCTIONNAME
8080
export README, LICENSE
81-
export interpolation
81+
# export interpolation
8282

8383
# Includes.
8484

0 commit comments

Comments
 (0)