Skip to content

Commit 277bcde

Browse files
committed
🎉 Release v0.2.4
1 parent 51332eb commit 277bcde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fmflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
__all__ = dir()
1313

1414
# version
15-
__version__ = '0.2.3'
15+
__version__ = '0.2.4'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
setup(
4242
name = 'fmflow',
4343
description = 'Data analysis package for FMLO',
44-
version = '0.2.3',
44+
version = '0.2.4',
4545
author = 'astropenguin',
4646
author_email = 'taniguchi@a.phys.nagoya-u.ac.jp',
4747
url = 'https://github.com/fmlo-dev/fmflow',

0 commit comments

Comments
 (0)