Skip to content

Commit

Permalink
Set version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Sep 1, 2022
1 parent efc7b48 commit 5ece0a0
Showing 1 changed file with 30 additions and 31 deletions.
61 changes: 30 additions & 31 deletions Project.toml
@@ -1,55 +1,54 @@
name = "MimiGIVE"
uuid = "08b927d4-7a58-4cf8-85d0-bad32a16dfbc"
version = "0.1.0-DEV"
version = "1.0.0"

[deps]
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Mimi_NAS_pH = "113fc11f-d823-43a8-a074-b997e93e8190"
MimiFAIRv1_6_2 = "02cc1f66-ff46-4bd7-a247-ac068822e639"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
MimiBRICK = "91f4afc7-28cd-4627-b11a-a83dc9ff1a58"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MimiCIAM = "b45ee815-fc06-4684-baf4-cf48c9e39180"
MimiFAIRv1_6_2 = "02cc1f66-ff46-4bd7-a247-ac068822e639"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
MimiRFFSPs = "2561df7e-f865-450a-9449-e82e8f8f9a2f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
MimiSSPs = "d73ed964-a3ff-4a3d-ad09-d195fe0d0b35"
Mimi_NAS_pH = "113fc11f-d823-43a8-a074-b997e93e8190"
MimiMooreEtAlAgricultureImpacts = "20e4a6fe-17a5-11ea-2f9e-a16106eb352d"
NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
MimiMooreEtAlAgricultureImpacts = "20e4a6fe-17a5-11ea-2f9e-a16106eb352d"

XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1.6"
CSVFiles = "1"
DataFrames = "1"
PDMats = "0.11"
Distributions = "0.24"
CSVFiles = "1"
Mimi_NAS_pH = "1"
MimiFAIRv1_6_2 = "1"
Interpolations = "0.13"
JSON = "0.21"
Mimi = "1.4"
MimiBRICK = "1"
Query = "1"
MimiCIAM = "1"
MimiFAIRv1_6_2 = "1"
JSON = "0.21"
StatsBase = "0.33"
Mimi = "1.4"
MimiRFFSPs = "1"
julia = "1.6"
XLSX = "0.7"
MimiSSPs = "1"
Mimi_NAS_pH = "1"
MimiMooreEtAlAgricultureImpacts = "1"
NetCDF = "0.11"
PDMats = "0.11"
Query = "1"
StatsBase = "0.33"
XLSX = "0.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DataFrames = "1"
MimiMooreEtAlAgricultureImpacts = "1"

[targets]
test = ["Test"]

2 comments on commit 5ece0a0

@davidanthoff
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 register()

@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/67538

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 v1.0.0 -m "<description of version>" 5ece0a03cce098787865fa36283dbf63fa0edd2a
git push origin v1.0.0

Please sign in to comment.