Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and rbpatt2019 committed Feb 15, 2022
1 parent 22e0d70 commit d7575ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v3.0.1 (2022-02-15)
### Fix
* **pipeline.py:** Correct filters of jaccard ([`5679713`](https://github.com/IMS-Bio2Core-Facility/lta/commit/5679713f3eeb6cb083cb502b44868c8b018b036d))

## v3.0.0 (2022-02-14)
### Fix
* **pipeline.py:** Filter jaccard calculations ([`ba0f97b`](https://github.com/IMS-Bio2Core-Facility/lta/commit/ba0f97bfc258f384186064dd8613af44ff0ac270))
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
project = "LTA"
author = "Ryan B Patterson-Cross"
copyright = "2021, IMS-MRL Bioinformatics and Biostatistic Core"
version = "3.0.0"
version = "3.0.1"
extensions = [
"sphinx_rtd_theme",
"sphinx.ext.autodoc",
Expand Down
2 changes: 1 addition & 1 deletion lta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
The version number,
specified in the form 'major.minor.patch'
"""
__version__ = "3.0.0"
__version__ = "3.0.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "LipidTA"
version = "3.0.0"
version = "3.0.1"
packages=[{include = "lta"}]
description = "Lipid Traffic Analysis"
license = "MIT"
Expand Down

0 comments on commit d7575ff

Please sign in to comment.