From 686545633da16ee02960cedfad84917b1a1827b4 Mon Sep 17 00:00:00 2001 From: mikewcasale Date: Mon, 19 Sep 2022 04:46:24 -0700 Subject: [PATCH 1/3] Update __init__.py --- bancor_research/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bancor_research/__init__.py b/bancor_research/__init__.py index 9731cf1b..cd20596f 100644 --- a/bancor_research/__init__.py +++ b/bancor_research/__init__.py @@ -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" From 4ebe2d3a5e679d801cb8255da58b1e6f3a25f8ed Mon Sep 17 00:00:00 2001 From: mikewcasale Date: Mon, 19 Sep 2022 04:46:27 -0700 Subject: [PATCH 2/3] Update __init__.py --- bancor_research/bancor_simulator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bancor_research/bancor_simulator/__init__.py b/bancor_research/bancor_simulator/__init__.py index bf03c7e1..33ff74fe 100644 --- a/bancor_research/bancor_simulator/__init__.py +++ b/bancor_research/bancor_simulator/__init__.py @@ -15,4 +15,4 @@ warnings.filterwarnings("ignore", category=FutureWarning) warnings.filterwarnings("ignore", category=DeprecationWarning) -__version__ = "2.0.2" +__version__ = "3.0.9" From f2838f87e7b26b9fece29f8af8e3edeb31b7265f Mon Sep 17 00:00:00 2001 From: mikewcasale Date: Mon, 19 Sep 2022 04:46:31 -0700 Subject: [PATCH 3/3] Update setup.py --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 3bbd2af5..96809420 100644 --- a/setup.py +++ b/setup.py @@ -18,9 +18,7 @@ version=version, author='Bancor Network', author_email='mike@bancor.network', - 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',