Skip to content

Commit

Permalink
updated to CSV v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodaigh committed Sep 8, 2021
1 parent e07bddf commit 0aaf6a2
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.3"
version = "0.3.4"

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

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

2 comments on commit 0aaf6a2

@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/44427

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.4 -m "<description of version>" 0aaf6a29da385b61159ddcc236754d7b3151369a
git push origin v0.3.4

Please sign in to comment.