Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
korakoe committed Jun 7, 2023
1 parent 729cbad commit 04bc1c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="muse-maskgit-pytorch",
packages=find_packages(exclude=[]),
version="0.1.0",
version="0.1.6",
license="MIT",
description="MUSE - Text-to-Image Generation via Masked Generative Transformers, in Pytorch",
author="Phil Wang",
Expand Down Expand Up @@ -39,6 +39,7 @@
"tqdm-loggable",
"vector-quantize-pytorch>=0.10.14",
"lion-pytorch",
"omegaconf"
],
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 04bc1c0

Please sign in to comment.