Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekk728 committed Dec 3, 2020
1 parent d98c484 commit 5763691
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions fyle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,4 @@
Initializing Fyle SDK
"""

import platform

__all__ = [
platform
]

name = "fyle"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='fyle',
version='0.0.8-beta',
version='0.0.9-beta',
author='Siva Narayanan',
author_email='[email protected]',
description='Python SDK for accessing Fyle Platform APIs',
Expand Down

0 comments on commit 5763691

Please sign in to comment.