Skip to content

Commit

Permalink
Set version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Oct 25, 2021
1 parent 41805ee commit 35183d6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
name = "QuantumESPRESSOParser"
uuid = "a780ab42-b33a-11e9-16c1-a92d75b2a626"
authors = ["Qi Zhang <[email protected]>"]
version = "0.3.1-DEV"
version = "0.3.1"

[deps]
AbInitioSoftwareBase = "df5135bc-470e-46c6-b451-292e27ca5b84"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Crystallography = "3bff3928-7a76-11e9-2089-d112443085a5"
QuantumESPRESSOBase = "51b62caa-b28f-11e9-38c2-1f67cb498e05"
ReadableRegex = "cbbcb084-453d-4c4c-b292-e315607ba6a4"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
AbInitioSoftwareBase = "df5135bc-470e-46c6-b451-292e27ca5b84"
Crystallography = "3bff3928-7a76-11e9-2089-d112443085a5"
PyFortran90Namelists = "e44308e6-bd5b-11e9-2850-49daf8f1ec40"
QuantumESPRESSOBase = "51b62caa-b28f-11e9-38c2-1f67cb498e05"
ReadableRegex = "cbbcb084-453d-4c4c-b292-e315607ba6a4"
VersionParsing = "81def892-9a0e-5fdd-b105-ffc91e053289"

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

[compat]
AbInitioSoftwareBase = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7"
julia = "1"
Compat = "2.1, 3"
Crystallography = "0.3"
QuantumESPRESSOBase = "0.3, 0.4"
ReadableRegex = "0.1, 0.2, 0.3"
DataFrames = "0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1"
Parameters = "0.10, 0.11, 0.12"
AbInitioSoftwareBase = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7"
Crystallography = "0.3"
PyFortran90Namelists = "0.1"
QuantumESPRESSOBase = "0.3, 0.4"
ReadableRegex = "0.1, 0.2, 0.3"
VersionParsing = "1"
julia = "1"

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

[targets]
test = ["Test"]

2 comments on commit 35183d6

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

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.3.1 -m "<description of version>" 35183d60e5899c8ac783e8b50910d201a6b24438
git push origin v0.3.1

Please sign in to comment.