Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Build: update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
asheswook committed May 29, 2023
1 parent b7d2452 commit 5c47fc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VisageSnap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version__ = "0.2.3"
__version__ = "0.3.0"
__author__ = "asheswook"
__license__ = "MIT"

from .main import Core
from .classes import *
from .classes import GlobalState, Directory, From, To, As
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name='VisageSnap',
version='0.2.3',
version='0.3.0',
author='Jaewook Lee',
author_email='[email protected]',
description='Face Classification package',
Expand Down

0 comments on commit 5c47fc4

Please sign in to comment.