Skip to content

Commit

Permalink
Set version to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 15, 2023
1 parent 3679b66 commit 634c5ec
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name = "ExcelReaders"
uuid = "c04bee98-12a5-510c-87df-2a230cb6e075"
version = "1.0.0-DEV"
version = "0.12.0"

[deps]
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"

[targets]
test = ["Test", "TestItemRunner"]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DataValues = "0.4.4"
PyCall = "1.90"
Conda = "1 - 1.8.0"
julia = "1.6"
DataValues = "0.4.4"
PyCall = "1.90"

[targets]
test = ["Test", "TestItemRunner"]

2 comments on commit 634c5ec

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

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.12.0 -m "<description of version>" 634c5ec5ca170aee615d43241e5c31c65152ca0c
git push origin v0.12.0

Please sign in to comment.