diff --git a/requirements.txt b/requirements.txt index cf9c704..712b16c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ reportlab==3.5.55 requests==2.20.0 pytz==2021.3 Babel==2.9.1 --e git+https://github.com/sequentech/tally-methods.git@6.1.0#egg=tally-methods \ No newline at end of file +-e git+https://github.com/sequentech/tally-methods.git@6.1.1#egg=tally-methods \ No newline at end of file diff --git a/setup.py b/setup.py index c3878cf..21d0ec7 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def run(self): setup( name='tally-pipes', - version='6.1.0', + version='6.1.1', 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@6.1.0' + 'tally-methods @ git+https://github.com/sequentech/tally-methods.git@6.1.1' ] ) diff --git a/tally_pipes/main.py b/tally_pipes/main.py index 4d4d89f..536c3f5 100755 --- a/tally_pipes/main.py +++ b/tally_pipes/main.py @@ -27,7 +27,7 @@ import uuid -VERSION = "6.1.0" +VERSION = "6.1.1" DEFAULT_PIPELINE = dict( version=VERSION,