Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
fix paho-mqtt as well
Browse files Browse the repository at this point in the history
  • Loading branch information
colinfrei committed Sep 11, 2018
1 parent 21d8fd6 commit 59b1284
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pylandroidcloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Colin Frei"""
__email__ = 'git@colinfrei.com'
__version__ = '0.1.6'
__version__ = '0.1.7'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.6
current_version = 0.1.7
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with open('HISTORY.rst') as history_file:
history = history_file.read()

requirements = ['paho-mqtt==1.4.0', 'pyOpenSSL==17.5.0']
requirements = ['paho-mqtt==1.3.1', 'pyOpenSSL==17.5.0']

setup_requirements = [ ]

Expand Down Expand Up @@ -45,6 +45,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/colinfrei/pylandroidcloud',
version='0.1.6',
version='0.1.7',
zip_safe=False,
)

0 comments on commit 59b1284

Please sign in to comment.