Skip to content

Commit

Permalink
Bump the version to 0.2.6 (#223)
Browse files Browse the repository at this point in the history
* 🛠 Set tiling false in patchcore.

* 📈 Bump up the version to 0.2.6
  • Loading branch information
samet-akcay committed Apr 12, 2022
1 parent 4191ddc commit aae3d62
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ authors:
family-names: Genc
email: utku.genc@intel.com
affiliation: Intel
version: 0.2.5
version: 0.2.6
doi: https://doi.org/10.48550/arXiv.2202.08341
date-released: 2022-02-18
references:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ You can get started with `anomalib` by just using pip.
pip install anomalib
```

> **_NOTE:_** Due to ongoing fast pace of development, we encourage you to use editable install until we release v0.2.5.
### Local Install
It is highly recommended to use virtual environment when installing anomalib. For instance, with [anaconda](https://www.anaconda.com/products/individual), `anomalib` could be installed as,

Expand Down
2 changes: 1 addition & 1 deletion anomalib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions
# and limitations under the License.

__version__ = "0.2.5"
__version__ = "0.2.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_required_packages(requirement_files: List[str]) -> List[str]:
setup(
name="anomalib",
# TODO: https://github.com/openvinotoolkit/anomalib/issues/36
version="0.2.5",
version="0.2.6",
author="Intel OpenVINO",
author_email="help@openvino.intel.com",
description="anomalib - Anomaly Detection Library",
Expand Down

0 comments on commit aae3d62

Please sign in to comment.