Skip to content

Commit

Permalink
Merge pull request #65 from taylorsteffanj/3.1.6
Browse files Browse the repository at this point in the history
Release 3.1.6
  • Loading branch information
taylorsteffanj authored Oct 9, 2024
2 parents 380fe08 + 7a7ad74 commit 4bea4ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibmpairs/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
QUERY_DOWNLOAD_DEFAULT_FOLDER = 'download'
QUERY_WORKER_DEBUG = os.environ.get('QUERY_WORKER_DEBUG', "False")
QUERY_WORKER_DEBUG = False
QUERY_ID_PATTERN = "[0-9]{10}+_[0-9]{8}+"
QUERY_ID_PATTERN = "[0-9]{10}_[0-9]{8}"

#
IBM_CLOUD_OBJECT_STORE_CONTROL_URL = 'control.cloud-object-storage.cloud.ibm.com'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

# define package version
version = '3.1.5'
version = '3.1.6'
# ... and record it for ibmpairs package
with open("ibmpairs/version.py", 'w') as f:
f.write('# generated by setup.py\nversion = "{}"\n'.format(version))
Expand Down

0 comments on commit 4bea4ee

Please sign in to comment.