File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
project = "PyMEOS"
10
10
copyright = "2023, Víctor Diví"
11
11
author = "Víctor Diví"
12
- release = "1.1.3 "
12
+ release = "1.2.0 "
13
13
14
14
# -- General configuration ---------------------------------------------------
15
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 29
29
MeosGeoJsonOutputError ,
30
30
)
31
31
32
- __version__ = "1.1.3 "
32
+ __version__ = "1.2.0 "
33
33
__all__ = [
34
34
# initialization
35
35
"pymeos_initialize" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ license = { file = 'LICENSE' }
33
33
34
34
requires-python = ' >=3.8'
35
35
dependencies = [
36
- ' pymeos-cffi >=1.1 .0, <2' ,
36
+ ' pymeos-cffi >=1.2 .0, <2' ,
37
37
' python-dateutil' ,
38
38
' shapely>=2.0.0' ,
39
39
]
You can’t perform that action at this time.
0 commit comments