From d7e38e69fc72fc12874cdff966e2b0928a097f00 Mon Sep 17 00:00:00 2001 From: johngiorgi Date: Fri, 10 Jul 2020 16:01:15 -0400 Subject: [PATCH] :wrench: Set version as rc1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f398947..b80d78d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="declutr", - version="0.1.0", + version="0.1.0rc1", author="John Giorgi", author_email="johnmgiorgi@gmail.com", description=("DeCLUTR: Deep Contrastive Learning for Unsupervised Textual Representations"),