We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a7b2e commit ae04575Copy full SHA for ae04575
siibra/__init__.py
@@ -16,7 +16,7 @@
16
from .commons import logger, QUIET, VERBOSE
17
18
# __version__ is parsed by setup.py
19
-__version__ = "0.3a5"
+__version__ = "0.3a6"
20
logger.info(f"Version: {__version__}")
21
logger.warning("This is a development release. Use at your own risk.")
22
logger.info(
0 commit comments