Skip to content

Commit 5a11ac6

Browse files
author
Diego Ardila
committed
fix reprs bug and bump version so we can release after this is in.
1 parent b76b37b commit 5a11ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nucleus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def __init__(
161161
self.tqdm_bar = tqdm_notebook.tqdm
162162

163163
def __repr__(self):
164-
return f"NucleusClient(api_key='{self.api_key}', use_notebook={self._use_notebook}, endpoint='{self.endpoint}'')"
164+
return f"NucleusClient(api_key='{self.api_key}', use_notebook={self._use_notebook}, endpoint='{self.endpoint}')"
165165

166166
def __eq__(self, other):
167167
if self.api_key == other.api_key:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exclude = '''
2121

2222
[tool.poetry]
2323
name = "scale-nucleus"
24-
version = "0.1.1"
24+
version = "0.1.2"
2525
description = "The official Python client library for Nucleus, the Data Platform for AI"
2626
license = "MIT"
2727
authors = ["Scale AI Nucleus Team <nucleusapi@scaleapi.com>"]

0 commit comments

Comments
 (0)