Skip to content

Commit

Permalink
Support Julia >=1.3 versions (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Moynihan authored Apr 22, 2021
1 parent 43a2cc7 commit 86efefa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- "1.5" # Invenia Prod version
- "1.3"
- "1" # Latest Release
os:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FeatureTransforms"
uuid = "8fd68953-04b8-4117-ac19-158bf6de9782"
authors = ["Invenia Technical Computing Corporation"]
version = "0.3.5"
version = "0.3.6"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -17,7 +17,7 @@ DataFrames = "0.22"
Documenter = "0.26"
NamedDims = "0.2.32"
Tables = "1.3"
julia = "1.5"
julia = "1.3"

[extras]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand Down

2 comments on commit 86efefa

@glennmoy
Copy link
Member

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

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.6 -m "<description of version>" 86efefa1fd29571ef064681f199f0a0ee1717a96
git push origin v0.3.6

Please sign in to comment.