Skip to content

Commit

Permalink
Allow MultivariateStats v0.10 (#138)
Browse files Browse the repository at this point in the history
* allow MultivariateStats v0.10

* bump version

---------

Co-authored-by: Kevin Bonham <kevin@bonham.ch>
  • Loading branch information
kescobo and Kevin Bonham authored Feb 1, 2023
1 parent 7abe64e commit f2bb337
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
Expand Up @@ -4,7 +4,7 @@ keywords = ["microbiology", "microbiome", "biology"]
license = "MIT"
desc = "Functions and types for working with microbial community data"
authors = ["@kescobo <kevbonham@gmail.com>"]
version = "0.9.2"
version = "0.9.3"

[deps]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Expand All @@ -20,7 +20,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Dictionaries = "0.3"
Distances = "0.10"
EcoBase = "0.1.4"
MultivariateStats = "0.9"
MultivariateStats = "0.9,0.10"
ReTest = "0.3"
Tables = "1.2.1"
julia = "1.6"

2 comments on commit f2bb337

@kescobo
Copy link
Member Author

@kescobo kescobo commented on f2bb337 Feb 1, 2023

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

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

Please sign in to comment.