Skip to content

Commit

Permalink
build(version): release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ninopleno committed Dec 14, 2023
1 parent aa6f8e9 commit 52ca002
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "anomalytics"
description = "The ultimate anomaly detection library."
readme = "README.md"
version = "0.1.7"
version = "0.1.8"
license = {file = "LICENSE"}
requires-python = ">=3.10"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/anomalytics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.7"
__version__ = "0.1.8"

__all__ = [
"get_anomaly",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_pkg_version():
assert __version__ == "0.1.7"
assert __version__ == "0.1.8"

0 comments on commit 52ca002

Please sign in to comment.