Skip to content

Commit c2b5395

Browse files
committed
Bump version to 0.6.0
1 parent 89ce363 commit c2b5395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metsrw/__init__.py

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

4343
LOGGER = logging.getLogger(__name__)
4444
LOGGER.addHandler(logging.NullHandler())
45-
__version__ = "0.5.1"
45+
__version__ = "0.6.0"
4646

4747
__all__ = [
4848
"Agent",

0 commit comments

Comments
 (0)