We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210c3f9 commit f16dd7dCopy full SHA for f16dd7d
2 files changed
HISTORY.md
@@ -1,3 +1,3 @@
1
## 1.0.0
2
3
-* it works
+* it works
setup.py
@@ -9,7 +9,7 @@
9
name = 'clip_retrieval',
10
packages = find_packages(),
11
include_package_data = True,
12
- version = '1.0.1',
+ version = '1.0.0',
13
license='MIT',
14
description = 'Easily computing clip embeddings and building a clip retrieval system with them',
15
long_description=long_description,
0 commit comments