Skip to content

Commit

Permalink
Merge pull request #14 from asinghvi17/patch-1
Browse files Browse the repository at this point in the history
Support CSV.jl v0.10
  • Loading branch information
jo-fleck committed Mar 13, 2024
2 parents fc2e963 + c7a1b8a commit b99cf0a
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,15 +1,15 @@
name = "Taxsim"
uuid = "59040a2c-5e82-4c13-ac8f-a77670789620"
authors = ["Johannes Fleck <jofleck.work@gmail.com>"]
version = "0.3.0"
version = "0.3.1"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FTPClient = "01fcc997-4f28-56b8-8a06-30002c134abb"

[compat]
CSV = "0.8, 0.9"
CSV = "0.8, 0.9, 0.10"
DataFrames = "0.22, 1.0"
FTPClient = "1.2"
julia = "1"
Expand Down

0 comments on commit b99cf0a

Please sign in to comment.