Skip to content

Commit

Permalink
Merge pull request #9 from aoki-h-jp/release/1.0.1
Browse files Browse the repository at this point in the history
Release/1.0.1
  • Loading branch information
aoki-h-jp committed Sep 13, 2023
2 parents f038e05 + 7715927 commit b810f2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions liqmap/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
import matplotlib.pyplot as plt
import matplotlib.ticker as ticker
import pandas as pd
from download import BinanceAggTradesDownload, BybitAggTradesDownloader
from exceptions import ExchangeNotSupportedError, InvalidParamError
from rich.progress import track

from liqmap.download import BinanceAggTradesDownload, BybitAggTradesDownloader
from liqmap.exceptions import ExchangeNotSupportedError, InvalidParamError

warnings.filterwarnings("ignore")


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="py-liquidation-map",
version="1.0.0",
version="1.0.1",
description="Visualize Liquidation Map from actual execution data.",
install_requires=[
"binance-bulk-downloader @ git+https://github.com/aoki-h-jp/binance-bulk-downloader",
Expand Down

0 comments on commit b810f2e

Please sign in to comment.