Skip to content

Commit

Permalink
update setup.py, V0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xinntao committed Oct 22, 2021
1 parent 4f0562d commit 0ff1cf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.3
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ def _minimal_ext_cmd(cmd):
def get_hash():
if os.path.exists('.git'):
sha = get_git_hash()[:7]
elif os.path.exists(version_file):
try:
from gfpgan.version import __version__
sha = __version__.split('+')[-1]
except ImportError:
raise ImportError('Unable to get git version')
else:
sha = 'unknown'

Expand Down

0 comments on commit 0ff1cf7

Please sign in to comment.