We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8929d5 commit dcf5f4bCopy full SHA for dcf5f4b
flexdata/__init__.py
@@ -3,7 +3,7 @@
3
from . import display
4
from . import correct
5
6
-__version__ = "1.0.0"
+__version__ = "1.0.1"
7
8
# We prefer info log messages to be written to console output.
9
# This can always be disabled by the user.
setup.py
@@ -34,7 +34,7 @@
34
'myst-parser'
35
]
36
},
37
- version='1.0.0',
+ version='1.0.1',
38
description='IO routines for CT data',
39
url='https://github.com/cicwi/flexdata'
40
)
0 commit comments