Skip to content

Commit

Permalink
Merge pull request #208 from biaslab/bump
Browse files Browse the repository at this point in the history
Prepare for release 0.12.0
  • Loading branch information
ThijsvdLaar authored May 11, 2022
2 parents 4f03625 + 8444a07 commit 005a16c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- '1.4'
- '1.5'
- '1.6'
- '1.7'
- 'nightly'
os:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ForneyLab"
uuid = "9fc3f58a-c2cc-5bff-9419-6a294fefdca9"
version = "0.11.4"
version = "0.12.0"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down Expand Up @@ -29,4 +29,4 @@ Roots = "1.3, 2"
SpecialFunctions = "0.8.1, 0.9, 1.0, 2.0"
StatsBase = "0.32, 0.33"
StatsFuns = "0.9, 1"
julia = "1.3, 1.4, 1.5, 1.6"
julia = "1.3, 1.4, 1.5, 1.6, 1.7"

2 comments on commit 005a16c

@ThijsvdLaar
Copy link
Collaborator 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/60065

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.12.0 -m "<description of version>" 005a16c5db1e597ca56c9d500a8695b18949e370
git push origin v0.12.0

Please sign in to comment.