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

Commit

Permalink
bump version, move requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
colinfrei committed Sep 9, 2018
1 parent e808360 commit 244dcca
Show file tree
Hide file tree
Showing 4 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__ = '[email protected]'
__version__ = '0.1.0'
__version__ = '0.1.1'
2 changes: 1 addition & 1 deletion requirements_all.txt → requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
paho-mqtt==1.3.1
pyopenssl
pyOpenSSL
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.0
current_version = 0.1.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/colinfrei/pylandroidcloud',
version='0.1.0',
version='0.1.1',
zip_safe=False,
)

0 comments on commit 244dcca

Please sign in to comment.