diff --git a/requirements.txt b/requirements.txt index 03092b0..cc85175 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ reportlab==3.6.11 requests==2.31.0 pytz==2021.3 Babel==2.9.1 --e git+https://github.com/sequentech/tally-methods.git@master#egg=tally-methods +-e git+https://github.com/sequentech/tally-methods.git@8.0.0#egg=tally-methods diff --git a/setup.py b/setup.py index ad0ec86..76fca33 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def run(self): setup( name='tally-pipes', - version='master', + version='8.0.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@master' + 'tally-methods @ git+https://github.com/sequentech/tally-methods.git@8.0.0' ] ) diff --git a/tally_pipes/main.py b/tally_pipes/main.py index 856b9e5..a4d6fe9 100755 --- a/tally_pipes/main.py +++ b/tally_pipes/main.py @@ -27,7 +27,7 @@ import uuid -VERSION = "master" +VERSION = "8.0.0" DEFAULT_PIPELINE = dict( version=VERSION,