Skip to content

Commit

Permalink
Set version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Aug 30, 2021
1 parent 6303f4e commit a8eba1f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name = "TableTraitsUtils"
uuid = "382cd787-c1b6-5bf2-a167-d5b971a19bda"
version = "1.0.2-DEV"
version = "1.0.2"

[deps]
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"

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

[compat]
julia = "1"
Missings = "0.4.2, 1"
DataValues = "0.4.4"
IteratorInterfaceExtensions = "0.1.1, 1"
Missings = "0.4.2, 1"
TableTraits = "0.3.1, 0.4, 1"
julia = "1"

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

[targets]
test = ["Test"]

2 comments on commit a8eba1f

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

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.2 -m "<description of version>" a8eba1f77cfe9e5fa49edcb62eb89c9e45b73344
git push origin v1.0.2

Please sign in to comment.