Skip to content

Commit 4790729

Browse files
Messing around with Travis deployment
1 parent 7523f10 commit 4790729

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ deploy:
2020
on:
2121
tags: true
2222
repo: jacobtomlinson/datapoint-python
23-
branch: master

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup
44

55
setup(name='datapoint',
6-
version='0.2.1',
6+
version='0.2',
77
install_requires=[
88
"requests >= 2.3.0",
99
],

0 commit comments

Comments
 (0)