Skip to content

Commit

Permalink
relaxes Lazy requirement fo Revise 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodaigh committed Sep 9, 2020
1 parent ecb8976 commit d03efdb
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.1.7"
version = "0.1.8"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -23,7 +23,7 @@ julia = "1"
CategoricalArrays = "0.7, 0.8"
CSV = "0.7"
DataFrames = "0.19, 0.20, 0.21"
Lazy = "0.15"
Lazy = "0.14, 0.15"
Missings = "0.4"
SortingLab = "0.2"
StatsBase = "0.32, 0.33"
Expand Down

2 comments on commit d03efdb

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

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.1.8 -m "<description of version>" d03efdb8836b67bf82a2803ff0351690d19e7d12
git push origin v0.1.8

Please sign in to comment.