Skip to content

Commit

Permalink
Set version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Apr 2, 2021
1 parent 89487dc commit 511e0b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name = "TableTraits"
uuid = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
version = "1.0.1-DEV"
version = "1.0.1"

[deps]
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"

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

[targets]
test = ["Test"]

[compat]
IteratorInterfaceExtensions = "^0.1.1, ^1"
julia = "0.7, 1"
IteratorInterfaceExtensions = "^0.1.1, ^1"

[targets]
test = ["Test"]

2 comments on commit 511e0b6

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

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.1 -m "<description of version>" 511e0b6133a95692f3e084a03b81d4eca15947e4
git push origin v1.0.1

Please sign in to comment.