Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
madeleineudell committed Jul 23, 2019
1 parent 814826c commit be66b48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Expand Up @@ -2,7 +2,7 @@ name = "LowRankModels"
uuid = "15d4e49f-4837-5ea3-a885-5b28bfa376dc"
keywords = ["matrix factorization", "missing data", "imputation"]
license = "MIT"
version = "1.0.0"
version = "1.0.1"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Expand All @@ -20,3 +20,6 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[extras]
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"

[compat]
julia = "1"

2 comments on commit be66b48

@madeleineudell
Copy link
Owner 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/2235

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.1 -m "<description of version>" be66b487389a47a455cee0c50b25b8019bf14d70
git push origin v1.0.1

Please sign in to comment.