Skip to content

Commit

Permalink
Bump up the version to 0.2.3 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
samet-akcay authored Dec 21, 2021
1 parent 5c9f9a9 commit 8aa38c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2"
__version__ = "0.2.3"
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.2",
version="0.2.3",
author="Intel OpenVINO",
author_email="[email protected]",
description="anomalib - Anomaly Detection Library",
Expand Down

0 comments on commit 8aa38c0

Please sign in to comment.