diff --git a/requirements.txt b/requirements.txt index a833aac..7ac03d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ reportlab==3.6.13 requests==2.31.0 pytz==2021.3 Babel==2.9.1 --e git+https://github.com/sequentech/tally-methods.git@10.1.0#egg=tally-methods +-e git+https://github.com/sequentech/tally-methods.git@10.2.0#egg=tally-methods diff --git a/setup.py b/setup.py index 736ce24..6c99a9a 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def run(self): setup( name='tally-pipes', - version='10.1.0', + version='10.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.31.0', 'Babel==2.9.1', 'pytz==2021.3', - 'tally-methods @ git+https://github.com/sequentech/tally-methods.git@10.1.0' + 'tally-methods @ git+https://github.com/sequentech/tally-methods.git@10.2.0' ] ) diff --git a/tally_pipes/main.py b/tally_pipes/main.py index 89a8103..cc16ab0 100755 --- a/tally_pipes/main.py +++ b/tally_pipes/main.py @@ -27,7 +27,7 @@ import uuid -VERSION = "10.1.0" +VERSION = "10.2.0" DEFAULT_PIPELINE = dict( version=VERSION,