Skip to content

Commit

Permalink
upgraded to CSV 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodaigh committed Jan 16, 2022
1 parent 0aaf6a2 commit e16049b
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 = "DataConvenience"
uuid = "3b531cbf-ee43-4e67-8118-dca2c9372f86"
authors = ["Dai ZJ <[email protected]>"]
version = "0.3.4"
version = "0.3.5"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -21,7 +21,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"

[compat]
CSV = "0.7, 0.8, 0.9"
CSV = "0.7, 0.8, 0.9, 0.10"
CategoricalArrays = "0.7, 0.8, 0.9, 0.10"
DataFrames = "1"
Missings = "1"
Expand Down

2 comments on commit e16049b

@xiaodaigh
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/52504

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.5 -m "<description of version>" e16049bf47357fcf4bb4f9d0dba271826884de02
git push origin v0.3.5

Please sign in to comment.