Skip to content

Commit ee27da9

Browse files
author
Jesse Myers
committed
Merge branch 'develop'
2 parents ee63578 + a0f0ec9 commit ee27da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
python:
33
- '2.7'
44
sudo: false
5-
install: pip install . --use-mirrors
5+
install: pip install .
66
script: python setup.py nosetests
77
deploy:
88
provider: pypi

setup.py

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

33
from setuptools import setup, find_packages
44

5-
__version__ = '1.1'
5+
__version__ = '1.2'
66

77
__build__ = ''
88

0 commit comments

Comments
 (0)