We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4301b commit 8e9c9d7Copy full SHA for 8e9c9d7
setup.cfg
@@ -8,7 +8,7 @@ long_description = file: README.md
8
long_description_content_type = text/markdown
9
license = MIT
10
license_file = LICENSE
11
-url = https://github.com/ntessore/transformcl
+url = https://github.com/cltools/transformcl
12
project_urls =
13
Documentation = https://cltools.readthedocs.io/transformcl/
14
classifiers =
@@ -20,5 +20,5 @@ classifiers =
20
python_requires = >=3.6
21
install_requires =
22
numpy
23
- flt
+ flt>=2022.7.27
24
py_modules = transformcl
transformcl.py
@@ -36,7 +36,7 @@
36
37
'''
38
39
-__version__ = '2021.4.16'
+__version__ = '2022.7.28'
40
41
__all__ = [
42
'cltoxi',
0 commit comments