Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit c03404e

Browse files
committed
Update db version
1 parent 953ec68 commit c03404e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
setup(
99
name="autoreduce_qp",
10-
version="22.0.0.dev35", # when updating the version here make sure to also update qp_mantid_python36.D
10+
version="22.0.0.dev36", # when updating the version here make sure to also update qp_mantid_python36.D
1111
description="ISIS Autoreduction queue processor",
1212
author="ISIS Autoreduction Team",
1313
url="https://github.com/autoreduction/autoreduce/",
1414
install_requires=[
15-
"autoreduce_db==22.0.0.dev34", "Django>=3.2.10", "fire==0.4.0", "plotly==5.3.1", "kaleido==0.2.1", "stomp.py",
16-
"docker==5.0.3", "confluent-kafka==1.8.2"
15+
"autoreduce_db==22.0.0.dev35", "Django>=3.2.10", "fire==0.4.0", "plotly==5.3.1", "kaleido==0.2.1", "stomp.py",
16+
"docker==5.0.3", "confluent-kafka"
1717
],
1818
packages=find_packages(),
1919
entry_points={

0 commit comments

Comments
 (0)