Skip to content

Commit

Permalink
new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilija Vukotic committed Apr 20, 2022
1 parent 81aba65 commit ee88249
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.0.0b1"
version = "1.1.1b1"
description = "ServiceX DID Library Routines"
authors = ["Gordon Watts <[email protected]>"]

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.0.0b1'
__version__ = '1.1.1b1'

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.0.0b1'
assert __version__ == '1.1.1b1'


@responses.activate
Expand Down

0 comments on commit ee88249

Please sign in to comment.