We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8d15c commit ed637c4Copy full SHA for ed637c4
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.3a1"
+__version__ = "0.3a2"
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