Skip to content

Commit

Permalink
bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kose-y committed Oct 7, 2021
1 parent 6061b27 commit d0d1e23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TraitSimulation"
uuid = "dec3038e-29bc-11e9-2207-9f3d5855a202"
authors = ["Sarah <smji@g.ucla.edu>"]
version = "0.1.1"
version = "0.1.2"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand All @@ -28,6 +28,7 @@ VarianceComponentModels = "813005db-34b4-5f71-be9e-1bbf0a1d8f1c"
[compat]
BenchmarkTools = "1"
DataFrames = "0.22, 1"
Distributions = "0.24, 0.25"
Documenter = "0.27"
GLM = "1"
OrdinalMultinomialModels = "0.3.4"
Expand Down

2 comments on commit d0d1e23

@kose-y
Copy link
Member Author

@kose-y kose-y commented on d0d1e23 Oct 7, 2021

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

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

Please sign in to comment.