Skip to content

Commit

Permalink
Set version to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Oct 25, 2021
1 parent 36a43f6 commit fb417d0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
name = "Express"
uuid = "b12df14e-adf7-11e9-0606-d5813a258349"
authors = ["Qi Zhang <[email protected]>"]
version = "0.4.4-DEV"
version = "0.4.4"

[deps]
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
AbInitioSoftwareBase = "df5135bc-470e-46c6-b451-292e27ca5b84"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Configurations = "5218b696-f38b-4ac9-8b61-a12ec717816d"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
EquationsOfStateOfSolids = "1eaa2786-f833-4167-8397-974edad0881e"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
PyQHA = "5a1273f0-a906-4eb0-8178-7035f457d819"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
EquationsOfStateOfSolids = "1eaa2786-f833-4167-8397-974edad0881e"
SimpleWorkflows = "6a97d125-85da-4b66-b300-4bba10360563"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
PyQHA = "5a1273f0-a906-4eb0-8178-7035f457d819"

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

[compat]
AbInitioSoftwareBase = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7"
Unitful = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 1"
UnitfulAtomic = "1"
julia = "1"
Configurations = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16"
AbInitioSoftwareBase = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7"
EquationsOfStateOfSolids = "0.2, 0.3, 0.4"
Formatting = "0.4"
PyQHA = "0.1"
SimpleWorkflows = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11"
Unitful = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 1"
UnitfulAtomic = "1"
julia = "1"

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

[targets]
test = ["Test"]

2 comments on commit fb417d0

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

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

Please sign in to comment.