Skip to content

Commit

Permalink
Set version to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Aug 19, 2021
1 parent 209d6e6 commit bb054cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name = "Crystallography"
uuid = "3bff3928-7a76-11e9-2089-d112443085a5"
authors = ["Qi Zhang"]
version = "0.3.1"
version = "0.3.2"

[deps]
CrystallographyBase = "93b1d1cd-a8ea-4aa5-adb1-b2407ea0ba8d"

[compat]
CrystallographyBase = "0.3, 0.4"
julia = "1"

[extras]
SymPy = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"
CrystallographyBase = "0.3, 0.4"

[targets]
test = ["Test", "SymPy"]

2 comments on commit bb054cc

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

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

Please sign in to comment.