Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
1. PR #73
2. Relax Tables.jl dependency
  • Loading branch information
Tom Kwong committed Mar 19, 2021
1 parent d8401c2 commit 23b2301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SASLib"
uuid = "df8f2f22-cfef-5733-af3f-96770d497d85"
authors = ["Tom Kwong <tk3369@gmail.com>"]
version = "1.2.1"
version = "1.3.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -15,7 +15,7 @@ TabularDisplay = "3eeacb1d-13c2-54cc-9b18-30c86af3cadb"
IteratorInterfaceExtensions = "0.1.1, 1"
StringEncodings = "0.3"
TableTraits = "0.4.1, 1"
Tables = "1.0"
Tables = "1"
TabularDisplay = "1"
julia = "1"

Expand Down

0 comments on commit 23b2301

Please sign in to comment.