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 5d0fdf7 commit b4a42b5
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
name = "MimiRFFSPs"
uuid = "2561df7e-f865-450a-9449-e82e8f8f9a2f"
version = "0.1.0"
version = "1.0.0"

[deps]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"

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

[compat]
Arrow = "2.3"
CategoricalArrays = "0.10"
CSVFiles = "1.0.1"
DataDeps = "0.7.7"
DataFrames = "1.2.2"
IteratorInterfaceExtensions = "1"
Interpolations = "0.13"
Mimi = "1.3.6"
Missings = "1"
Arrow = "2.3"
Query = "1"
Missings = "1"
IteratorInterfaceExtensions = "1"
Tables = "1.6"
Mimi = "1.3.6"
CategoricalArrays = "0.10"
julia = "1.6"

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

[targets]
test = ["Test"]

2 comments on commit b4a42b5

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

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

Please sign in to comment.