Skip to content

Commit ae04575

Browse files
committed
version increment to 0.3a6
1 parent a6a7b2e commit ae04575

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.3a5"
19+
__version__ = "0.3a6"
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)