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 Jul 28, 2020
1 parent aeb6ab3 commit d2c0129
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Query"
uuid = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
version = "0.12.3-DEV"
version = "1.0.0"

[deps]
IterableTables = "1c8ee90f-4401-5389-894e-7a04a3dc0f4d"
Expand All @@ -11,13 +11,12 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"

[extras]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
IndexedTables = "6deec6e2-d858-57c5-ab9b-e6ca5bd20e43"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
IndexedTables = "6deec6e2-d858-57c5-ab9b-e6ca5bd20e43"

[compat]
IterableTables = "0.8.2, 0.9, 0.10, 0.11, 1"
Expand Down

2 comments on commit d2c0129

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

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

Please sign in to comment.