Skip to content

Commit 08a5f1e

Browse files
committed
Bump version
1 parent 2eaedcd commit 08a5f1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "PyMEOS"
1010
copyright = "2023, Víctor Diví"
1111
author = "Víctor Diví"
12-
release = "1.1.3"
12+
release = "1.2.0"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pymeos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
MeosGeoJsonOutputError,
3030
)
3131

32-
__version__ = "1.1.3"
32+
__version__ = "1.2.0"
3333
__all__ = [
3434
# initialization
3535
"pymeos_initialize",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ license = { file = 'LICENSE' }
3333

3434
requires-python = '>=3.8'
3535
dependencies = [
36-
'pymeos-cffi >=1.1.0, <2',
36+
'pymeos-cffi >=1.2.0, <2',
3737
'python-dateutil',
3838
'shapely>=2.0.0',
3939
]

0 commit comments

Comments
 (0)