Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilija Vukotic committed Apr 20, 2022
1 parent 2e7dafd commit 43d57f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ServiceX_DID_Finder_lib"
version = "1.1.1b1"
version = "1.1.1b2"
description = "ServiceX DID Library Routines"
authors = ["Gordon Watts <gwatts@uw.edu>"]

Expand Down
2 changes: 1 addition & 1 deletion src/servicex_did_finder_lib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.1.1b1'
__version__ = '1.1.1b2'

from .communication import start_did_finder, \
add_did_finder_cnd_arguments # NOQA
2 changes: 1 addition & 1 deletion tests/servicex_did_finder_lib/test_servicex_did.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def test_version():
assert __version__ == '1.1.1b1'
assert __version__ == '1.1.1b2'


# @responses.activate
Expand Down

0 comments on commit 43d57f7

Please sign in to comment.