Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Windfarer committed Jan 22, 2019
1 parent 61c8782 commit 9cac1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymobird.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from io import BytesIO
import requests

__version__ = "0.2.0"
__version__ = "0.2.1"

_current_timestamp = lambda: datetime.now().strftime("%Y-%m-%d %H:%M:%S")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = "pymobird",
version = __version__,
packages = find_packages(),
py_modules = ['pymobird'],
install_requires = ['requests', 'Pillow'],
author = "windfarer",
author_email = "windfarer@gmail.com",
Expand Down

0 comments on commit 9cac1f9

Please sign in to comment.