We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c146c commit d2c27e5Copy full SHA for d2c27e5
fmflow/__init__.py
@@ -12,4 +12,4 @@
12
__all__ = dir()
13
14
# version
15
-__version__ = '0.2.2'
+__version__ = '0.2.3'
setup.py
@@ -41,7 +41,7 @@
41
setup(
42
name = 'fmflow',
43
description = 'Data analysis package for FMLO',
44
- version = '0.2.2',
+ version = '0.2.3',
45
author = 'astropenguin',
46
author_email = 'taniguchi@a.phys.nagoya-u.ac.jp',
47
url = 'https://github.com/fmlo-dev/fmflow',
0 commit comments