Skip to content

Commit

Permalink
build(version): upgrade version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ninopleno committed Dec 14, 2023
1 parent 994e6bb commit 5624521
Show file tree
Hide file tree
Showing 6 changed files with 23,117 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/examples/battery_water_level_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"metadata": {},
"outputs": [],
"source": [
"# %pip install --upgrade anomalytics\n",
"# %pip list"
"%pip install --upgrade anomalytics\n",
"%pip list"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/extreme_anomaly_df_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"metadata": {},
"outputs": [],
"source": [
"# %pip install --upgrade anomalytics\n",
"# %pip list"
"%pip install --upgrade anomalytics\n",
"%pip list"
]
},
{
Expand Down
23,110 changes: 23,110 additions & 0 deletions poc.ipynb

Large diffs are not rendered by default.

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.6"
version = "0.1.7"
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.6"
__version__ = "0.1.7"

__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.6"
assert __version__ == "0.1.7"

0 comments on commit 5624521

Please sign in to comment.