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

Commit 0ece55f

Browse files
committed
release v0.0.13
1 parent 8d10191 commit 0ece55f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Paperspace Python
22
=================
33

4-
Release 0.0.12
4+
Release 0.0.13
55

66
See [releasenotes.md](https://github.com/Paperspace/paperspace-python/blob/master/releasenotes.md) for details on the current release, as well as release history.
77

paperspace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from . import templates
1010
from . import users
1111

12-
__version__ = "0.0.12"
12+
__version__ = "0.0.13"

setup.py

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

1515
setup(
1616
name='paperspace',
17-
version='0.0.12',
17+
version='0.0.13',
1818
description='Paperspace Python',
1919
long_description=long_description,
2020
url='https://github.com/paperspace/paperspace-python',

0 commit comments

Comments
 (0)