Skip to content

Commit

Permalink
Set version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Oct 4, 2021
1 parent d3ed6a7 commit a889cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "SimpleWorkflows"
uuid = "6a97d125-85da-4b66-b300-4bba10360563"
authors = ["Qi Zhang <[email protected]>"]
version = "0.10.2-DEV"
version = "0.11.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
LegibleLambdas = "f1f30506-32fe-5131-bd72-7c197988f9e5"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
TryCatch = "0ca489f0-7580-4b41-9fdc-1863c852da4c"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand All @@ -18,8 +18,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
julia = "1"
LegibleLambdas = "0.1, 0.2, 0.3"
LightGraphs = "1"
DataFrames = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1"
TryCatch = "0.1"
DataFrames = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1"

[targets]
test = ["Test"]

2 comments on commit a889cf9

@singularitti
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/46033

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.11.0 -m "<description of version>" a889cf947c9e8ad08d14726ca1a3616fa0938c26
git push origin v0.11.0

Please sign in to comment.