Skip to content

Commit

Permalink
Merge pull request #241 from raphaelsaavedra/patch-1
Browse files Browse the repository at this point in the history
Bump version, allow Reexport 1+ and DataFrames 1+
  • Loading branch information
pdeffebach committed Apr 20, 2021
2 parents c402e36 + ca1dfc5 commit ce591cb
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,13 +1,13 @@
name = "DataFramesMeta"
uuid = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
version = "0.6.0"
version = "0.6.1"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
DataFrames = "0.21, 0.22"
DataFrames = "0.21, 0.22, 1"
Reexport = "0.2, 1"
julia = "1"

Expand Down

2 comments on commit ce591cb

@pdeffebach
Copy link
Collaborator 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/34845

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.1 -m "<description of version>" ce591cb6bd95005d77cbfe5dd6c14bc6cf891bc8
git push origin v0.6.1

Please sign in to comment.