Skip to content

Commit 8eb3dfa

Browse files
author
Felix Finkbeiner
committed
Add twine to requirements and change rc versioning to normalized versioning
1 parent 1b0a374 commit 8eb3dfa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
requests==2.22.0
2-
validators==0.14.0
2+
validators==0.14.0
3+
twine>=3.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
long_description = f.read()
88

99
setup(name="weaviate-client",
10-
version="0.3.2-rc2", #-rc0
10+
version="0.3.2rc2", #rc0
1111
description="A python native weaviate client",
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)