We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81aba65 commit ee88249Copy full SHA for ee88249
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ServiceX_DID_Finder_lib"
3
-version = "1.0.0b1"
+version = "1.1.1b1"
4
description = "ServiceX DID Library Routines"
5
authors = ["Gordon Watts <gwatts@uw.edu>"]
6
src/servicex_did_finder_lib/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '1.0.0b1'
+__version__ = '1.1.1b1'
from .communication import start_did_finder, \
add_did_finder_cnd_arguments # NOQA
tests/servicex_did_finder_lib/test_servicex_did.py
@@ -6,7 +6,7 @@
7
8
def test_version():
9
- assert __version__ == '1.0.0b1'
+ assert __version__ == '1.1.1b1'
10
11
12
@responses.activate
0 commit comments