Skip to content

Commit 117ab14

Browse files
authored
Fix version number for metrics (#195)
1 parent b329768 commit 117ab14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
pypi_publish:
6464
docker:
65-
- image: cimg/python:3.6
65+
- image: cimg/python:3.7
6666
steps:
6767
- checkout # checkout source code to working directory
6868
- run:

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.5"
24+
version = "0.5.0"
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)