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

Commit

Permalink
change capitalization of pyopenssl and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
colinfrei committed Sep 9, 2018
1 parent 75e44a0 commit 896562e
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__ = 'git@colinfrei.com'
__version__ = '0.1.1'
__version__ = '0.1.2'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
paho-mqtt==1.4.0
pyopenssl==18.0.0
pyOpenSSL==18.0.0
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.1
current_version = 0.1.2
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.1',
version='0.1.2',
zip_safe=False,
)

0 comments on commit 896562e

Please sign in to comment.