Skip to content

Commit

Permalink
Release for 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungeonchoi committed Oct 7, 2022
1 parent 4828f65 commit d2066a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ServiceX DataBinder

<!-- <p align="right"> Release v0.2.9 </p> -->
<p align="right"> Release v0.2.10 </p>

[![PyPI version](https://badge.fury.io/py/servicex-databinder.svg)](https://badge.fury.io/py/servicex-databinder)

Expand Down
2 changes: 1 addition & 1 deletion servicex_databinder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .servicex_databinder import DataBinder

__version__ = '0.2.9'
__version__ = '0.2.10'

logging.basicConfig(format="%(levelname)s - %(message)s")
logging.getLogger(__name__).setLevel(logging.INFO)

0 comments on commit d2066a3

Please sign in to comment.