Skip to content

Commit

Permalink
Merge pull request #165 from bancorprotocol/quickfix
Browse files Browse the repository at this point in the history
Quickfix
  • Loading branch information
mikewcasale authored Sep 19, 2022
2 parents d2d880b + f2838f8 commit e0787e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bancor_research/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ def read_price_feeds(price_feeds_path: str):
price_feeds.columns = [col.lower() for col in price_feeds.columns]
return price_feeds

__version__ = "2.0.3"
__version__ = "3.0.9"
2 changes: 1 addition & 1 deletion bancor_research/bancor_simulator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = "2.0.2"
__version__ = "3.0.9"
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
version=version,
author='Bancor Network',
author_email='[email protected]',
description='Bancor v3 python spec and simulation library. '
'This is an open-source python package developed by the Bancor Research Team.'
'It is meant to assist in the design, testing, and validating of Bancor v3 behavior.',
description='Bancor v3 python spec, simulator, and emulator library. This is an open-source python package developed by Bancor Research. It is meant to assist in the design, testing, and validating of Bancor v3 behavior.',
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/bancorprotocol/research',
Expand Down

0 comments on commit e0787e2

Please sign in to comment.