Skip to content

Commit 7e94c9e

Browse files
committed
bump version
1 parent a719678 commit 7e94c9e

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