Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit ae19dd3

Browse files
committed
update version to 0.0.10
1 parent bf75aae commit ae19dd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

paperspace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .jobs import print_json_pretty, run
44
from . import jobs
55

6-
__version__ = "0.0.9"
6+
__version__ = "0.0.10"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='paperspace',
13-
version='0.0.9',
13+
version='0.0.10',
1414
description='Paperspace Python',
1515
long_description=long_description,
1616
url='https://github.com/paperspace/paperspace-python',

0 commit comments

Comments
 (0)