Skip to content

Commit

Permalink
Fix in package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
graidl committed May 12, 2023
1 parent c8b9613 commit 2e61803
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Major changes in releases:

## Upcoming

## Version 0.1.6
## Version 0.1.6, 0.1.7
- used packages updated for Julia 1.9

## Version 0.1.5
Expand Down
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.9.0"
manifest_format = "2.0"
project_hash = "b2d0f3f7b342f461fc2fc43b655ccf4bf7dc990c"
project_hash = "76fe12836193cde385aded40e31c4b29dae820bf"

[[deps.ArgParse]]
deps = ["Logging", "TextWrap"]
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 = "MHLib"
uuid = "0f3a0e6e-e0e7-4894-bd64-856f0ae3b635"
authors = ["Guenther Raidl <[email protected]> and others"]
version = "0.1.6"
version = "0.1.7"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand All @@ -14,5 +14,5 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
ArgParse = "1"
DataStructures = "0.18"
StatsBase = "0.34"
StatsBase = "0.33, 0.34"
julia = "1.6"

2 comments on commit 2e61803

@graidl
Copy link
Collaborator Author

@graidl graidl commented on 2e61803 May 12, 2023

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

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.7 -m "<description of version>" 2e6180380e8374c10eadda348e1498d8a4c7c520
git push origin v0.1.7

Please sign in to comment.