diff --git a/qtpylib/__init__.py b/qtpylib/__init__.py index 06412ed..d85a9f0 100644 --- a/qtpylib/__init__.py +++ b/qtpylib/__init__.py @@ -19,7 +19,7 @@ # limitations under the License. # -__version__ = '1.5.57a' +__version__ = '1.5.58a' __author__ = 'Ran Aroussi' from . import * diff --git a/setup.py b/setup.py index 03d8712..137d24c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='QTPyLib', - version='1.5.57', + version='1.5.58', description='Quantitative Trading Python Library', long_description=long_description, url='https://github.com/ranaroussi/qtpylib',