Skip to content

Commit

Permalink
Release for version 10.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Apr 30, 2024
1 parent 67b28e0 commit 0622c1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/sequentech/frestq.git@10.4.0
git+https://github.com/sequentech/frestq.git@10.4.1
requests==2.31.0
Flask==2.3.2
Flask-SQLAlchemy==2.5.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='election-orchestra',
version='10.4.0',
version='10.4.1',
author='Sequent Team',
author_email='legal@sequentech.io',
packages=find_packages(),
Expand All @@ -17,7 +17,7 @@
description='election orchestrator',
long_description=open('README.md').read(),
install_requires=[
'frestq @ git+https://github.com/sequentech/frestq.git@10.4.0',
'frestq @ git+https://github.com/sequentech/frestq.git@10.4.1',
'requests==2.31.0',
'Flask==2.3.2',
'Flask-SQLAlchemy==2.5.1',
Expand Down

0 comments on commit 0622c1c

Please sign in to comment.