Skip to content

Commit

Permalink
Tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtackm committed Oct 22, 2021
1 parent 2b20b35 commit adbae03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
- osx
julia:
- 1.2
- 1.5
- 1.6
notifications:
email: false
addons:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["metagenomics", "microbiome", "probabilistic-graphical-models", "hig
license = "GPL-3.0"
desc = "Inference of microbial interaction networks from large-scale heterogeneous abundance data"
authors = ["Janko Tackmann <janko.tackmann@gmail.com>"]
version = "0.18.0"
version = "0.18.1"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down

2 comments on commit adbae03

@jtackm
Copy link
Member Author

@jtackm jtackm commented on adbae03 Oct 22, 2021

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

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.18.1 -m "<description of version>" adbae03e551f2f9091f989f02883c0747caa6499
git push origin v0.18.1

Please sign in to comment.