Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
krynju committed Nov 5, 2022
1 parent 6b5e4d4 commit 5fc7ec1
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 = "DTables"
uuid = "20c56dc6-594c-4682-91cf-1d46875b1eba"
authors = ["Krystian Guliński", "Julian Samaroo", "and contributors"]
version = "0.1.2"
version = "0.2.0"

[deps]
Dagger = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
Expand All @@ -15,7 +15,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
Dagger = "0.16.1"
DataAPI = "1"
DataFrames = "1"
DataFrames = "1.4"
InvertedIndices = "1"
SentinelArrays = "1"
TableOperations = "1"
Expand Down

2 comments on commit 5fc7ec1

@krynju
Copy link
Member Author

@krynju krynju commented on 5fc7ec1 Nov 5, 2022

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/71715

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.2.0 -m "<description of version>" 5fc7ec1cd4a9773089c6b322817f7d7ce2c3b04c
git push origin v0.2.0

Please sign in to comment.