We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b329768 commit 117ab14Copy full SHA for 117ab14
.circleci/config.yml
@@ -62,7 +62,7 @@ jobs:
62
63
pypi_publish:
64
docker:
65
- - image: cimg/python:3.6
+ - image: cimg/python:3.7
66
steps:
67
- checkout # checkout source code to working directory
68
- run:
pyproject.toml
@@ -21,7 +21,7 @@ exclude = '''
21
22
[tool.poetry]
23
name = "scale-nucleus"
24
-version = "0.5"
+version = "0.5.0"
25
description = "The official Python client library for Nucleus, the Data Platform for AI"
26
license = "MIT"
27
authors = ["Scale AI Nucleus Team <nucleusapi@scaleapi.com>"]
0 commit comments