Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
- Added LinearAlgebra compat entry
- Switched back version to v0.1.0 from v0.2.0 to make the assign stuff part of initial release
  • Loading branch information
anton083 committed Nov 5, 2023
1 parent 99ac71b commit 92ca498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name = "AssigningSecondaryStructure"
uuid = "8ed43e74-60fb-4e11-99b9-91deed37aef7"
authors = ["Shintaro Minami, Anton Oresten"]
version = "0.2.0"
version = "0.1.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PDBTools = "e29189f1-7114-4dbd-93d0-c5673a921a58"
PaddedViews = "5432bcbf-9aad-5242-b902-cca2824c8663"

[compat]
LinearAlgebra = ">=0"
PDBTools = "^0.15"
PaddedViews = "^0.5"
julia = "1"
Expand Down

0 comments on commit 92ca498

Please sign in to comment.