Skip to content

Commit a5ad9dd

Browse files
committed
zip source
1 parent 3b72251 commit a5ad9dd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ jobs:
5959

6060
- stage: update GitHub releases
6161
script: # Cancel out default script
62-
-
62+
- cd python-sasctl
63+
- zip python-sasctl.zip
6364
deploy:
6465
provider: releases
6566
api_key: $GITHUB_TOKEN
67+
file:
68+
- python-sasctl.zip
6669
draft: true
6770
on:
6871
branch: master

src/sasctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright © 2019, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
55
# SPDX-License-Identifier: Apache-2.0
66

7-
__version__ = '0.9.3'
7+
__version__ = '0.9.4'
88
__author__ = 'SAS'
99
__credits__ = ['Lucas De Paula, Peter Tobac, Jon Walker']
1010
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)