Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Dec 23, 2021
1 parent 37f2d00 commit d65b4ba
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 = "TableTransforms"
uuid = "0d432bfd-3ee1-4ac1-886a-39f05cc69a3e"
authors = ["Júlio Hoffimann <julio.hoffimann@gmail.com> and contributors"]
version = "0.1.12"
version = "0.1.13"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -13,7 +13,7 @@ Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"

[compat]
Distributions = "0.25"
ScientificTypes = "2.3"
ScientificTypes = "2.3, 3.0"
Tables = "1.6"
Transducers = "0.4"
julia = "1"

2 comments on commit d65b4ba

@juliohm
Copy link
Member 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/51115

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.13 -m "<description of version>" d65b4ba141ab9cf294e00331e32e579c51e246c2
git push origin v0.1.13

Please sign in to comment.