Skip to content

Commit b9834cb

Browse files
committed
Final version of FabIO v0.14.0
1 parent d06fdf3 commit b9834cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
__contact__ = "[email protected]"
3131
__license__ = "MIT"
3232
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
33-
__date__ = "29/04/2021"
33+
__date__ = "02/06/2022"
3434
__status__ = "stable"
3535

3636
import sys
@@ -1069,7 +1069,7 @@ def get_project_configuration(dry_run):
10691069
entry_points=entry_points,
10701070
test_suite="test",
10711071
license="MIT",
1072-
python_requires='>=3.5',
1072+
python_requires='>=3.6',
10731073
)
10741074
return setup_kwargs
10751075

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
MAJOR = 0
7979
MINOR = 14
8080
MICRO = 0
81-
RELEV = "beta" # <16
81+
RELEV = "final" # <16
8282
SERIAL = 0 # <16
8383
date = __date__
8484

0 commit comments

Comments
 (0)