Skip to content

Commit

Permalink
Set version to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Oct 3, 2021
1 parent d55ce5c commit e9568ff
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
name = "ExpressCommands"
uuid = "0fa58581-61d8-4f50-b6a2-2e2dd41ab979"
authors = ["singularitti <[email protected]> and contributors"]
version = "0.2.2-DEV"
version = "0.2.2"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
AbInitioSoftwareBase = "df5135bc-470e-46c6-b451-292e27ca5b84"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
PrettyPrint = "8162dcfd-2161-5ef2-ae6c-7681170c5f98"
Comonicon = "863f3e99-da2a-4334-8734-de3dacbe5542"
EquationOfStateRecipes = "8d49d7c9-511f-4c38-862f-eeb1232c8dad"
EquationsOfStateOfSolids = "1eaa2786-f833-4167-8397-974edad0881e"
Express = "b12df14e-adf7-11e9-0606-d5813a258349"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
PrettyPrint = "8162dcfd-2161-5ef2-ae6c-7681170c5f98"
QuantumESPRESSOExpress = "524a00d3-5d12-4323-9774-d2c11dc9d82e"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
EquationsOfStateOfSolids = "1eaa2786-f833-4167-8397-974edad0881e"
SimpleWorkflows = "6a97d125-85da-4b66-b300-4bba10360563"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
EquationOfStateRecipes = "8d49d7c9-511f-4c38-862f-eeb1232c8dad"
TikzGraphs = "b4f28e30-c73f-5eaf-a395-8a9db949a742"
Express = "b12df14e-adf7-11e9-0606-d5813a258349"
TikzPictures = "37f6aa50-8035-52d0-81c2-5a1d08754b2d"
QuantumESPRESSOExpress = "524a00d3-5d12-4323-9774-d2c11dc9d82e"

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

[compat]
AbInitioSoftwareBase = "0.2, 0.3, 0.4, 0.5, 0.6"
PrettyPrint = "0.1, 0.2"
Comonicon = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
EquationOfStateRecipes = "0.1"
EquationsOfStateOfSolids = "0.2, 0.3"
Express = "0.2, 0.3, 0.4"
Plots = "1"
Preferences = "1"
PrettyPrint = "0.1, 0.2"
QuantumESPRESSOExpress = "0.1, 0.2"
EquationsOfStateOfSolids = "0.2, 0.3"
SimpleWorkflows = "0.6, 0.7, 0.8, 0.9"
Preferences = "1"
EquationOfStateRecipes = "0.1"
julia = "1"
TikzGraphs = "1"
Express = "0.2, 0.3, 0.4"
TikzPictures = "3"
julia = "1"

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

[targets]
test = ["Test"]

2 comments on commit e9568ff

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

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.2 -m "<description of version>" e9568ff23f7ea951c143e0eb70f63c764a1cc99f
git push origin v0.2.2

Please sign in to comment.