Skip to content

Commit

Permalink
bump dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalmes committed May 8, 2021
1 parent acedff9 commit cd27b72
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 = "AutoMLPipeline"
uuid = "08437348-eef5-4817-bc1b-d4e9459680d6"
authors = ["Paulito Palmes <ppalmes@gmail.com>"]
version = "0.3.4"
version = "0.3.5"

[deps]
AMLPipelineBase = "e3c3008a-8869-4d53-9f34-c96f99c8a2b6"
Expand All @@ -14,7 +14,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
AMLPipelineBase = "0.1"
Conda = "1.0, 1.1, 1.2, 1.3, 1.4, 1.5"
DataFrames = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.0"
DataFrames = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.0, 1.1"
PyCall = "1.90, 1.91, 1.92"
julia = "1"

Expand Down

2 comments on commit cd27b72

@ppalmes
Copy link
Collaborator Author

@ppalmes ppalmes commented on cd27b72 May 8, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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

Please sign in to comment.