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

Commit 953ec68

Browse files
authored
Merge pull request #1446 from autoreduction/increment-for-api-url
Increment db version
2 parents 2ef1475 + 201818b commit 953ec68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

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

88
setup(
99
name="autoreduce_qp",
10-
version="22.0.0.dev34", # when updating the version here make sure to also update qp_mantid_python36.D
10+
version="22.0.0.dev35", # 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.dev33", "Django>=3.2.10", "fire==0.4.0", "plotly==5.3.1", "kaleido==0.2.1", "stomp.py",
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",
1616
"docker==5.0.3", "confluent-kafka==1.8.2"
1717
],
1818
packages=find_packages(),

0 commit comments

Comments
 (0)