Skip to content

Commit 97dcd39

Browse files
author
Ilija Vukotic
committed
up the tag
1 parent c6c8147 commit 97dcd39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ServiceX_DID_Finder_lib"
3-
version = "1.1.1b2"
3+
version = "1.1.1b3"
44
description = "ServiceX DID Library Routines"
55
authors = ["Gordon Watts <[email protected]>"]
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.1.1b2'
1+
__version__ = '1.1.1b3'
22

33
from .communication import start_did_finder, \
44
add_did_finder_cnd_arguments # NOQA

tests/servicex_did_finder_lib/test_servicex_did.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def test_version():
9-
assert __version__ == '1.1.1b2'
9+
assert __version__ == '1.1.1b3'
1010

1111

1212
# @responses.activate

0 commit comments

Comments
 (0)