Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Jan 17, 2025
1 parent d8b9fc6 commit 17f7dcc
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 = "SmartML"
uuid = "eb8b94b2-5e6e-4467-a0a4-aef532806662"
authors = ["monty <[email protected]>"]
version = "1.1.0"
version = "1.1.1"

[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand All @@ -28,7 +28,7 @@ Gadfly = "1"
Interpolations = "0.14, 0.15, 0.16, 1"
JLD = "0.13, 0.14, 1"
Mads = "1.6, 1.7"
MLJ = "0.19, 0.20"
MLJ = "0.19, 0.20, 0.21"
MLJXGBoostInterface = "0.3, 0.4"
MLJLIBSVMInterface = "0.2, 0.3"
NMFk = "1.4"
Expand Down

2 comments on commit 17f7dcc

@montyvesselinov
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/123228

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 v1.1.1 -m "<description of version>" 17f7dcc67dea10cdec89daf2f0395348b3233a3b
git push origin v1.1.1

Please sign in to comment.