Skip to content

Commit 8e9c9d7

Browse files
committed
bump flt>=2022.7.27
1 parent af4301b commit 8e9c9d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ long_description = file: README.md
88
long_description_content_type = text/markdown
99
license = MIT
1010
license_file = LICENSE
11-
url = https://github.com/ntessore/transformcl
11+
url = https://github.com/cltools/transformcl
1212
project_urls =
1313
Documentation = https://cltools.readthedocs.io/transformcl/
1414
classifiers =
@@ -20,5 +20,5 @@ classifiers =
2020
python_requires = >=3.6
2121
install_requires =
2222
numpy
23-
flt
23+
flt>=2022.7.27
2424
py_modules = transformcl

transformcl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
3737
'''
3838

39-
__version__ = '2021.4.16'
39+
__version__ = '2022.7.28'
4040

4141
__all__ = [
4242
'cltoxi',

0 commit comments

Comments
 (0)