Skip to content

Commit

Permalink
Up minor -> make prrocesses type stable
Browse files Browse the repository at this point in the history
  • Loading branch information
VEZY committed Aug 23, 2022
1 parent e04756f commit b265e6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CITATION.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ @misc{PlantBiophysics.jl
author = {remi.vezy <VEZY@users.noreply.github.com> and contributors},
title = {PlantBiophysics.jl},
url = {https://github.com/VEZY/PlantBiophysics.jl},
version = {v0.1.0},
year = {2020},
month = {12}
version = {v0.4.2},
year = {2022},
month = {08}
}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PlantBiophysics"
uuid = "7ae8fcfa-76ad-4ec6-9ea7-5f8f5e2d6ec9"
authors = ["remi.vezy <[email protected]> and contributors"]
version = "0.4.1"
version = "0.4.2"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

2 comments on commit b265e6a

@VEZY
Copy link
Owner Author

@VEZY VEZY commented on b265e6a Aug 23, 2022

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

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

Please sign in to comment.