Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoCoombes committed May 29, 2022
1 parent 905bef9 commit 7ff962d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ def _read_reqs(relpath):
REQUIREMENTS = _read_reqs("requirements.txt")

setup(
name="clipcap",
name="ClipCap",
packages=find_packages(),
include_package_data=True,
version="0.0.1",
version="1.0.0",
license="MIT",
description="Using pretrained encoder and language models to generate captions from multimedia inputs.",
long_description=long_description,
Expand Down

0 comments on commit 7ff962d

Please sign in to comment.