diff --git a/requirements.txt b/requirements.txt index bcb1a28..1bed701 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ reportlab==3.6.11 requests==2.20.0 pytz==2021.3 Babel==2.9.1 --e git+https://github.com/sequentech/tally-methods.git@7.1.1#egg=tally-methods +-e git+https://github.com/sequentech/tally-methods.git@7.2.0#egg=tally-methods diff --git a/setup.py b/setup.py index b4b226c..003f1d2 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def run(self): setup( name='tally-pipes', - version='7.1.1', + version='7.2.0', author='Sequent Tech Inc', author_email='contact@sequentech.io', packages=['tally_pipes', 'tally_pipes.pipes'], @@ -41,6 +41,6 @@ def run(self): 'requests==2.20.0', 'Babel==2.9.1', 'pytz==2021.3', - 'tally-methods @ git+https://github.com/sequentech/tally-methods.git@7.1.1' + 'tally-methods @ git+https://github.com/sequentech/tally-methods.git@7.2.0' ] ) diff --git a/tally_pipes/main.py b/tally_pipes/main.py index 851f9ed..a1345d4 100755 --- a/tally_pipes/main.py +++ b/tally_pipes/main.py @@ -27,7 +27,7 @@ import uuid -VERSION = "7.1.1" +VERSION = "7.2.0" DEFAULT_PIPELINE = dict( version=VERSION,