Skip to content

Commit dcf5f4b

Browse files
committed
Version 1.0.1
1 parent c8929d5 commit dcf5f4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flexdata/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from . import display
44
from . import correct
55

6-
__version__ = "1.0.0"
6+
__version__ = "1.0.1"
77

88
# We prefer info log messages to be written to console output.
99
# This can always be disabled by the user.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'myst-parser'
3535
]
3636
},
37-
version='1.0.0',
37+
version='1.0.1',
3838
description='IO routines for CT data',
3939
url='https://github.com/cicwi/flexdata'
4040
)

0 commit comments

Comments
 (0)