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 Aug 26, 2022
1 parent 1c518a3 commit d7622dc
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
name = "MimiCIAM"
uuid = "b45ee815-fc06-4684-baf4-cf48c9e39180"
version = "0.1.0-DEV"
version = "1.0.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
RData = "df47a6cb-8c03-5eed-afd8-b6050d6c41da"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
RData = "df47a6cb-8c03-5eed-afd8-b6050d6c41da"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"

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

[compat]
CSV = "0.10"
DataDeps = "0.7"
DataFrames = "1"
Query = "1"
StatsBase = "0.33"
julia = "1.6"
Mimi = "1.3"
DataFrames = "1"
Missings = "1"
NetCDF = "0.11"
Query = "1"
RData = "0.8"
StatsBase = "0.33"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DataDeps = "0.7"

[targets]
test = ["Test"]

2 comments on commit d7622dc

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

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>" d7622dc2bde214268d8aa2a66467718dd024a978
git push origin v1.0.0

Please sign in to comment.