Skip to content

Commit 0ef3835

Browse files
committed
update vers no and test travis-ci
1 parent 9b4b660 commit 0ef3835

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.*
22
!.gitignore
3+
!.travis.yml
4+
build/
35
dist/
46
__pycache__
57
*.pyc

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
language: python

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="indego",
8-
version="1.0.6",
8+
version="1.1.0",
99
author="Eric O'Callaghan",
1010
author_email="[email protected]",
1111
description="Python3 library for working with the Philadelphia Indego Bike Share API",

0 commit comments

Comments
 (0)