We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d313c commit 96e36d6Copy full SHA for 96e36d6
anamic/__init__.py
@@ -1,7 +1,7 @@
1
from pathlib import Path
2
import logging
3
4
-__version__ = '0.2.2'
+__version__ = '0.2.3'
5
6
from . import simulator
7
from . import imaging
setup.py
@@ -3,7 +3,7 @@
setup(name="anamic",
- version='0.2.2',
+ version='0.2.3',
author='Hadrien Mary',
8
author_email='hadrien.mary@gmail.com',
9
url='https://github.com/hadim/anamic/',
0 commit comments