diff --git a/VisageSnap/__init__.py b/VisageSnap/__init__.py index aba3d1e..90abc51 100644 --- a/VisageSnap/__init__.py +++ b/VisageSnap/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.2" +__version__ = "0.2.3" __author__ = "asheswook" __license__ = "MIT" diff --git a/setup.py b/setup.py index 06a7ce3..bff7d62 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setuptools.setup( name='VisageSnap', - version='0.2.2', + version='0.2.3', author='Jaewook Lee', author_email='me@jwlee.xyz', description='Face Classification package',