From 7d3be43d1b7df558dd3e5a17938139ae715be8a3 Mon Sep 17 00:00:00 2001 From: dnth Date: Wed, 24 May 2023 11:49:06 +0800 Subject: [PATCH] update version --- setup.py | 2 +- vl_datasets/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 628c8e0..6513c83 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='vl_datasets', - version=''0.0.10'', + version='0.0.10', url='https://github.com/visual-layer/vl-datasets', author='Visual Layer', author_email='info@visual-layer.com', diff --git a/vl_datasets/__init__.py b/vl_datasets/__init__.py index f79aa39..4f6adef 100644 --- a/vl_datasets/__init__.py +++ b/vl_datasets/__init__.py @@ -1,4 +1,4 @@ -__version__ = ''0.0.10'' +__version__ = '0.0.10' from .sentry import init_sentry init_sentry()