Skip to content

Commit

Permalink
Set version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Aug 21, 2021
1 parent cec9535 commit 84b6071
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name = "SimpleWorkflows"
uuid = "6a97d125-85da-4b66-b300-4bba10360563"
authors = ["Qi Zhang <[email protected]>"]
version = "0.2.0"
version = "0.2.1"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"

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

[compat]
julia = "1"
LightGraphs = "1.3"
DataFrames = "1"
IOCapture = "0.2"
LightGraphs = "1.3"
julia = "1"

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

[targets]
test = ["Test"]

2 comments on commit 84b6071

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

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.2.1 -m "<description of version>" 84b60714cb04e40f72472e2867c654669f0ed3d7
git push origin v0.2.1

Please sign in to comment.