Skip to content

Commit f16dd7d

Browse files
committed
Release 1.0.0
1 parent 210c3f9 commit f16dd7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## 1.0.0
22

3-
* it works
3+
* it works

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name = 'clip_retrieval',
1010
packages = find_packages(),
1111
include_package_data = True,
12-
version = '1.0.1',
12+
version = '1.0.0',
1313
license='MIT',
1414
description = 'Easily computing clip embeddings and building a clip retrieval system with them',
1515
long_description=long_description,

0 commit comments

Comments
 (0)