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

Commit a4aee05

Browse files
committed
Release 0.1.0a0
1 parent 79782b1 commit a4aee05

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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.19b0
4+
Release 0.1.0a0
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/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.0.19b"
1+
version = "0.1.0a0"

releasenotes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Paperspace Python Release Notes
22

3-
## Release Notes for v0.0.19b
3+
## Release Notes for 0.1.0a0
4+
### New features
5+
* experiments and deployments management
6+
* --apiKey for all commands for one-time api key overwrite
7+
* help messages for all commands and parameters
8+
9+
## Release Notes for v0.0.19
410
### New features
511
* filtering experiments list with `--projectHandle`
612
* paginating experiments list when does not fit the terminal width

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'Programming Language :: Python :: 3.7',
4040
],
4141
keywords='paperspace api development library',
42-
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
42+
packages=find_packages(exclude=['contrib', 'docs', 'tests', 'old_tests']),
4343
install_requires=['requests[security]', 'boto3', 'botocore', 'six', 'gradient-statsd', 'click', 'terminaltables'],
4444
entry_points={'console_scripts': [
4545
'paperspace-python = paperspace.main:main',

0 commit comments

Comments
 (0)