Skip to content

Commit ed637c4

Browse files
committed
increment to 0.3a2
1 parent dc8d15c commit ed637c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

siibra/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from .commons import logger, QUIET, VERBOSE
1717

1818
# __version__ is parsed by setup.py
19-
__version__ = "0.3a1"
19+
__version__ = "0.3a2"
2020
logger.info(f"Version: {__version__}")
2121
logger.warning("This is a development release. Use at your own risk.")
2222
logger.info(

0 commit comments

Comments
 (0)