Skip to content

Commit

Permalink
exclude buggy micromamba v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed May 26, 2023
1 parent 380165f commit 2ade9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MicroMamba"
uuid = "0b3b1443-0f03-428d-bdfb-f27f9c1191ea"
authors = ["Christopher Rowley <github.com/cjdoris>"]
version = "0.1.12"
version = "0.1.13"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand All @@ -11,7 +11,7 @@ micromamba_jll = "f8abcde7-e9b7-5caa-b8af-a437887ae8e4"
[compat]
Scratch = "1.1"
julia = "1.6"
micromamba_jll = "0.26, 1"
micromamba_jll = "0.26, 1 - 1.4.2"

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

2 comments on commit 2ade9cf

@cjdoris
Copy link
Collaborator

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/84275

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.13 -m "<description of version>" 2ade9cf285d68e3304aa5b37443c181aba8ba2b6
git push origin v0.1.13

Please sign in to comment.