Skip to content

Commit

Permalink
Merge pull request #72 from BioJulia/dev
Browse files Browse the repository at this point in the history
add DataFrames 1.x compat
  • Loading branch information
pdimens authored May 6, 2021
2 parents 438b4f7 + 86f53c1 commit 49ef52c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PopGen"
uuid = "af524d12-c74b-11e9-22a8-3b091653023f"
authors = ["Pavel Dimens", "Jason Selwyn"]
version = "0.6.3"
version = "0.6.4"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -18,8 +18,8 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
CSV = "0.7, 0.8"
DataFrames = "0.21, 0.22"
Distributions = "0.23, 0.24"
DataFrames = "0.21, 0.22, 1.0, 1.1"
Distributions = "0.23, 0.24, 0.25"
MultipleTesting = "0.4"
PooledArrays = "0.5, 1.1"
ProgressMeter = "1.4"
Expand Down

2 comments on commit 49ef52c

@pdimens
Copy link
Collaborator Author

@pdimens pdimens commented on 49ef52c May 6, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register branch=release

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

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.6.4 -m "<description of version>" 49ef52cffb2a1e39d4de7a8aee29076d4c7e42c8
git push origin v0.6.4

Please sign in to comment.