Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Feb 11, 2023
1 parent 98f7eea commit 8b6cb1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name = "SeqBounds"
uuid = "343dbc49-a00e-4db9-80e1-8930f4861f86"
authors = ["PharmCat <v.s.arnautov@yandex.ru>"]
version = "0.1.1"
version = "0.1.2"

[deps]
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"

[compat]
PrettyTables = "1"
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24"
Roots = "1"
PrettyTables = "1, 2"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
Roots = "1, 2"
julia = "1"

[extras]
Expand Down

2 comments on commit 8b6cb1f

@PharmCat
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

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.1.2 -m "<description of version>" 8b6cb1ff31c4eee2c3fdf0a18d05831170b62fc6
git push origin v0.1.2

Please sign in to comment.