Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Oct 30, 2020
1 parent bb875cd commit 6233760
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
version: 1.4
- name: install Documenter
run: julia --project=docs/ -e 'using Pkg; Pkg.add("SCS"); Pkg.add("Documenter")'
run: julia --project=docs/ -e 'using Pkg; Pkg.add("MatrixEnsembles"); Pkg.add("Documenter")'
- name: build and deploy
run: julia --project=docs/ docs/make.jl
env:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MatrixEnsembles"
uuid = "c7015dd7-3fb7-4a4c-827e-526313618491"
authors = ["Łukasz Pawela <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand Down
23 changes: 0 additions & 23 deletions docs/mkdocs.yml

This file was deleted.

2 comments on commit 6233760

@lpawela
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/23951

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.1 -m "<description of version>" 62337604767626447db41b1b97d2b8363dceff4d
git push origin v0.1.1

Please sign in to comment.