Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit b18a067

Browse files
committed
_handle_subscribe: leftover code removal
1 parent dcffe08 commit b18a067

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@ if __name__ == "__main__":
341341
main()
342342
```
343343
# Change log
344+
0.0.3 - Removed left over code from initial release version that was throwing errors (had no effect on performance).
345+
344346
0.0.2 - Major improvements:
345347

346348
* Additional un/subscribe and order book sync state querying methods added.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='bittrex_websocket',
16-
version='0.0.2',
16+
version='0.0.3',
1717
author='Stanislav Lazarov',
1818
author_email='[email protected]',
1919
license='MIT',

0 commit comments

Comments
 (0)