Skip to content

Commit

Permalink
Update Version 1.1.6.24a
Browse files Browse the repository at this point in the history
  • Loading branch information
uJhin committed Jan 26, 2021
1 parent 05f9606 commit 4aeb7a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion upbit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__all__ = ['client', 'websocket']
__module_name__ = 'upbit-client'

__version__ = '1.1.6.24'
__version__ = '1.1.6.24a'
__released_version__ = Version.get_versions(__module_name__)
__latest_version__ = __released_version__[0]

Expand Down
2 changes: 1 addition & 1 deletion upbit/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def URI(self, uri):
def Connection(self):
return self.__conn

@property
@Connection.setter
def Connection(self, conn):
self.__conn = conn

Expand Down

0 comments on commit 4aeb7a7

Please sign in to comment.