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 Mar 6, 2023
1 parent 6a265cd commit 8cac5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VisageSnap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.2"
__version__ = "0.2.3"
__author__ = "asheswook"
__license__ = "MIT"

Expand Down
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.2',
version='0.2.3',
author='Jaewook Lee',
author_email='me@jwlee.xyz',
description='Face Classification package',
Expand Down

0 comments on commit 8cac5a9

Please sign in to comment.