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