From a999dd3fa811ae05f869fa75a12973381fb995e6 Mon Sep 17 00:00:00 2001 From: KyloRen1 Date: Thu, 25 Jul 2024 14:31:59 +0200 Subject: [PATCH] version update --- pyproject.toml | 2 +- pysauron/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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