diff --git a/pyproject.toml b/pyproject.toml index 887cbbc..29fb9b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pysauron" -version = "0.0.2" +version = "0.0.3" description = "A collection of datasets for video anomaly detection" readme = "README.md" requires-python =">=3.8.0" diff --git a/pysauron/__init__.py b/pysauron/__init__.py index da67d59..c799fb6 100644 --- a/pysauron/__init__.py +++ b/pysauron/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.0.2' \ No newline at end of file +__version__ = '0.0.3' \ No newline at end of file